-
Notifications
You must be signed in to change notification settings - Fork 19
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
Plugin broken on Gradle 1.8: NoClassDefFoundError: org.gradle.api.internal.file.copy.CopySpecImpl #50
Comments
Same failure (as expected) with gradle-1.8-rc-2. This looks like it might be as simple as replacing org.gradle.api.internal.file.copy.CopySpecImpl with org.gradle.api.internal.file.copy.DefaultCopySpec. This unfortunately, means an updated plugin will only work with Gradle 1.8 and above. -Spencer |
Definitely more work to be done than my naive suggestion. There is no direct replacement for EmptyCopySpecVisitor that I can see. I may see if I can refactor the functionality using just public interfaces and classes, aside from abusing DefaultCopySpec to create the additional meta fields. -Spencer |
Work to support 1.8 was done as part of pull request #51 |
Any idea when this will be fixed? |
I have a working copy on my branch, https://github.com/quidryan/gradle-rpm-plugin/tree/add-debian-support-with-1.8 It's a pull request waiting to be tested, so any help you can give in testing would be helpful. |
Now gradle 1.10 is available. Do you have any plan to work on compatibility of this plugin with latest version of gradle? |
You could use the one from netfix which works on 1.10. Os-package-plugin.
|
The branch called gradle-1.10 in the gradle-ospackage-plugin project was On Thu, Jan 9, 2014 at 5:30 AM, Travis Camechis notifications@github.comwrote:
|
I am currently using gradle-ospackage-plugin version 1.9.1 on gradle 1.10 On Thu, Jan 9, 2014 at 11:12 AM, Justin Ryan notifications@github.comwrote:
|
Things did look good for 1.10, so I On Thu, Jan 9, 2014 at 8:14 AM, Travis Camechis notifications@github.comwrote:
|
Checked with gradle-1.8-rc-1.
This is the stack trace:
The text was updated successfully, but these errors were encountered: