Closed harishkannarao closed 10 years ago
I have fixed this issue in my repo (https://github.com/cjstehno/gradle-templates) as of version 1.4.2 which will be released shortly.
Created a copy of the issue for reference: https://github.com/cjstehno/gradle-templates/issues/10
This issue has been fixed in 1.5 which will be available shortly.
Hi, I am trying to initialize a Scala Project within a directory. Gradle excetution of 'initScalaProject' fails with an exception.
I have provided the stack execution and results below: $ gradle initScalaProject
??> Use fast compiler? (Y|n) y :initScalaProject FAILED
FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':initScalaProject'.
BUILD FAILED
Total time: 12.592 secs