revert doc

This commit is contained in:
Ethan Atkins 2018-12-03 14:59:36 -08:00
parent 70899e5cad
commit 05aab1035a
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,7 @@ ThisBuild / Test / scalafmtOnCompile := !(Global / insideCI).value
def buildLevelSettings: Seq[Setting[_]] =
inThisBuild(
Seq(
doc in Compile := file("/dev/null"),
organization := "org.scala-sbt",
description := "sbt is an interactive build tool",
bintrayOrganization := Some("sbt"),
@ -45,6 +46,7 @@ def buildLevelSettings: Seq[Setting[_]] =
homepage := Some(url("https://github.com/sbt/sbt")),
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt"), "git@github.com:sbt/sbt.git")),
resolvers += Resolver.mavenLocal,
scalafmtOnCompile := false,
)
)
@ -58,6 +60,7 @@ def commonSettings: Seq[Setting[_]] = Def.settings(
|""".stripMargin
)
),
doc in Compile := file("/dev/null"),
scalaVersion := baseScalaVersion,
componentID := None,
resolvers += Resolver.typesafeIvyRepo("releases"),
@ -391,6 +394,7 @@ lazy val scriptedSbtReduxProj = (project in file("scripted-sbt-redux"))
.dependsOn(commandProj)
.settings(
baseSettings,
doc in Compile := file("/dev/null"),
name := "Scripted sbt Redux",
libraryDependencies ++= Seq(launcherInterface % "provided"),
resourceGenerators in Compile += Def task {
@ -638,6 +642,7 @@ lazy val mainProj = (project in file("main"))
)
.settings(
testedBaseSettings,
doc in Compile := file("/dev/null"),
name := "Main",
checkPluginCross := {
val sv = scalaVersion.value