macinux
Results
1
issues of
macinux
in my build.sbt file, we define the compileOrder like this so sbt can compile the java files first and then Scala. Compile / compileOrder := CompileOrder.JavaThenScala But this setting not...