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
Using gradle 1.10, the build fails due to an error in the RPM plugin. This is the current version of gradle installed by homebrew on OSX.
$ gradle run
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/pimlottc/code/dropwizard-spring-di-security-onejar-example/build.gradle' line: 7
* What went wrong:
A problem occurred evaluating root project 'myapp'.
> org.gradle.api.internal.file.copy.CopySpecImpl
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Using gradle 1.10, the build fails due to an error in the RPM plugin. This is the current version of gradle installed by homebrew on OSX.
TrigonicSolutions/gradle-rpm-plugin#50
My current workaround is to comment out all lines related to RPM generation.
The text was updated successfully, but these errors were encountered: