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 2.9 unsupported error #583

Merged
merged 1 commit into from
Jan 12, 2016

Conversation

brunobowden
Copy link
Contributor

// Creates fake tasks to satisfy dependencies for J2objcPlugin.apply(...)
// Should only be used as an alternative to NativeComplication.apply(...) when
// the Gradle Version is unsupported and no build can be done.
void applyForUnsupported() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

applyWhenUnsupported I think reads better.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duly noted and modified

@advayDev1
Copy link
Contributor

LGTM with comment

- Throws explanatory error for gradle version 2.9 or later
- Meant to be temporary until j2objc-contrib#568 is fixed
- Fixes j2objc-contrib#581 (Gradle 2.9 unsupported message)
- Fixes j2objc-contrib#585 (Gradle deadlock on unsupported version)
@brunobowden
Copy link
Contributor Author

I was surprised to see that the checks introduced a deadlock. I'm glad this is sorted now. I'll merge once the CI passes.

brunobowden added a commit that referenced this pull request Jan 12, 2016
Gradle 2.9 unsupported error
@brunobowden brunobowden merged commit 418a8af into j2objc-contrib:master Jan 12, 2016
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

Successfully merging this pull request may close these issues.

Warning that Gradle 2.9 is unsupported
2 participants