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
If you use the plugin with an unsupported version (e.g. Gradle 2.3), then it will throw an exception explaining to upgrade to version 2.4. If you then modify the build.gradle file to configure version 2.4 and then use the gradlew wrapper task to update the Gradle version, the problem is that the plugin will still crash with the same "Unsupported Gradle version". That means that it's impossible to use any Gradle task until the version is changed.
The plugin should only throw an exception when the j2objcTranslate task is called and not when the plugin is simply configured.
The text was updated successfully, but these errors were encountered:
- Throws explanatory error for gradle version 2.9 or later
- Meant to be temporary until j2objc-contrib#568 is fixed
- Fixesj2objc-contrib#581 (Gradle 2.9 unsupported message)
- Fixesj2objc-contrib#585 (Gradle deadlock on unsupported version)
brunobowden
added a commit
to brunobowden/j2objc-gradle
that referenced
this issue
Jan 12, 2016
- Throws explanatory error for gradle version 2.9 or later
- Meant to be temporary until j2objc-contrib#568 is fixed
- Fixesj2objc-contrib#581 (Gradle 2.9 unsupported message)
- Fixesj2objc-contrib#585 (Gradle deadlock on unsupported version)
If you use the plugin with an unsupported version (e.g. Gradle 2.3), then it will throw an exception explaining to upgrade to version 2.4. If you then modify the build.gradle file to configure version 2.4 and then use the
gradlew wrapper
task to update the Gradle version, the problem is that the plugin will still crash with the same "Unsupported Gradle version". That means that it's impossible to use any Gradle task until the version is changed.The plugin should only throw an exception when the j2objcTranslate task is called and not when the plugin is simply configured.
The text was updated successfully, but these errors were encountered: