mirror of https://github.com/sbt/sbt.git
Fix in build.sbt
This commit is contained in:
parent
799179e74d
commit
22f8626e61
|
|
@ -58,7 +58,8 @@ lazy val baseCommonSettings = Seq(
|
|||
javacOptions ++= Seq(
|
||||
"-source", "1.7",
|
||||
"-target", "1.7"
|
||||
)
|
||||
),
|
||||
javacOptions in Keys.doc := Seq()
|
||||
)
|
||||
|
||||
lazy val commonSettings = baseCommonSettings ++ Seq(
|
||||
|
|
@ -155,8 +156,7 @@ lazy val bootstrap = project
|
|||
artifactName0(sv, m, artifact)
|
||||
},
|
||||
crossPaths := false,
|
||||
autoScalaLibrary := false,
|
||||
javacOptions in doc := Seq()
|
||||
autoScalaLibrary := false
|
||||
)
|
||||
|
||||
lazy val cli = project
|
||||
|
|
|
|||
Loading…
Reference in New Issue