You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jtest3> ../gradle-1.9/bin/gradle -g $(pwd)/gradleHome build
FAILURE: Build failed with an exception.
* Where:
Build file '/bla/bla/build.gradle' line: 19
* What went wrong:
A problem occurred evaluating root project 'jtest3'.
> org/codehaus/groovy/runtime/typehandling/ShortTypeHandling
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 5.366 secs
I think it is totally fine, if gradle-dependency-lock-plugin requires gradle >= 2.0. Just in that case, please document it clearly so that I don't have to experience the malfunction and then only after attempting to download a newer version during other debugging attempts discover that the gradle version is at fault.
Documented what versions we test against. Would release if anybody wanted to back port changes to an older version. Will accept pull requests to docs if anybody tests this against older versions.
Please include information about supported gradle versions in README.md. It doesn't work for < 2.0 and doesn't work for >= 2.4 either
For
gradle-1.8
andgradle-1.9
:Works for
gradle-2.0
:The text was updated successfully, but these errors were encountered: