Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle build fails due to RPM plugin error #4

Closed
pimlottc opened this issue Jan 24, 2014 · 1 comment
Closed

Gradle build fails due to RPM plugin error #4

pimlottc opened this issue Jan 24, 2014 · 1 comment

Comments

@pimlottc
Copy link

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

TrigonicSolutions/gradle-rpm-plugin#50

My current workaround is to comment out all lines related to RPM generation.

@jacek99
Copy link
Owner

jacek99 commented Feb 4, 2014

that plugin does not work with 1.10 (it's a long ongoing issue with internal Gradle APIs). I just changed it to use the 1.7 gradle wrapper instead

@jacek99 jacek99 closed this as completed Feb 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants