I'm trying to go from maven to gradle and I used the build init plugin to automatically generate a build.gradle. I got a build success but then I got a build failure once I added you're plugin. Here's the error:
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':compileGwt'.
Process 'command '/Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/bin/java'' finished with non-zero exit value 1
I don't know why but it used the java program in jdk 1.8. This is strange because I'm supposed to be on jdk 1.7 and I don't know why it's on 1.8. I'm pretty sure that the 'command' is the java command that runs .class files.
I'm trying to go from maven to gradle and I used the build init plugin to automatically generate a build.gradle. I got a build success but then I got a build failure once I added you're plugin. Here's the error: FAILURE: Build failed with an exception.