mirror of https://github.com/sbt/sbt.git
Remove scala-library from Java only subproject. Fixes #20
This commit is contained in:
parent
dbd90eb605
commit
95f183f9bd
|
|
@ -10,7 +10,8 @@ object Util {
|
||||||
crossPaths := false,
|
crossPaths := false,
|
||||||
compileOrder := CompileOrder.JavaThenScala,
|
compileOrder := CompileOrder.JavaThenScala,
|
||||||
unmanagedSourceDirectories in Compile <<= Seq(javaSource in Compile).join,
|
unmanagedSourceDirectories in Compile <<= Seq(javaSource in Compile).join,
|
||||||
crossScalaVersions := Seq(Dependencies.scala211)
|
crossScalaVersions := Seq(Dependencies.scala211),
|
||||||
|
autoScalaLibrary := false
|
||||||
)
|
)
|
||||||
|
|
||||||
def getScalaKeywords: Set[String] =
|
def getScalaKeywords: Set[String] =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue