mirror of https://github.com/sbt/sbt.git
CompileOrder must be Mixed
This commit is contained in:
parent
5cf8e9f65e
commit
4a77613250
|
|
@ -20,7 +20,7 @@ object Util {
|
|||
|
||||
lazy val javaOnlySettings: Seq[Setting[_]] = Seq(
|
||||
// crossPaths := false,
|
||||
compileOrder := CompileOrder.JavaThenScala,
|
||||
// compileOrder := CompileOrder.JavaThenScala,
|
||||
unmanagedSourceDirectories in Compile := Seq((javaSource in Compile).value)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue