Does the gradle plugin support setting -Xuse-javac...
# gradle
t
Does the gradle plugin support setting -Xuse-javac so it compiles using javac? (Have to do that due to memory issues when not doing it, and the maven plugin triggers an NPE when using that, so I was considering to take this as an excuse to port things to gradle)