-
Notifications
You must be signed in to change notification settings - Fork 43
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
Fix NoSuchMethodError in Gradle 2.8 #567
Conversation
cc @eapache |
LGTM, thanks! I'd forgotten how weird groovy can be :P |
- Gradle 2.8 build fixes (currently still built with Gradle 2.4) - Skip @CompileStatic for testing j2objcConfig behaviour Fixes j2objc-contrib#566
Merging based on successful build on Appveyor before. Not sure why the Appveyor CI isn't responding now. |
Fix NoSuchMethodError in Gradle 2.8
The Appveyor CI did build successfully but wasn't showing the updates correctly: |
lgtm |
Hi guys, currently using id 'com.github.j2objccontrib.j2objcgradle' version '0.5.0-alpha' |
@tirrorex - aside from building the plugin, the easiest workaround is to switch to an older version of Gradle, e.g. version 2.4. Otherwise, you'll need to wait until a new version of the plugin is release, which isn't planned at the moment. |
@brunobowden it is not possible for me to switch to a previous version, i did the upgrade because they did it on the android project so i have no choice actually, i wanted to build the plugin from source but there is no information on how to do it (and i didn't see any makefile so i'm kinda lost here). |
@tirrorex - v0.6.0 has now been published with this fix for Gradle 2.8. Please try it out and confirm whether it works or not for you. Please note that we have another issue with Gradle 2.9 that's more difficult to solve, so you may be stuck on Gradle 2.8 for a while. |
Fixes #566