I am trying to port our projects to Java 8. When I start compilation, I get the following:
[error] (MyProject/compile:compileIncremental) javac returned nonzero exit code
This does not happen with Java 7. I suspect that this is due to us using Lombok.
Is there a way to get the actual output from javac? I tried "last" and "lastgrep", but I only see SBT logs.
I am using SBT 0.13.8
Thanks. Ashley
sbt
user891603
source share