[GRADLE-3426] Incremental Java compilation does not work when dependencies use Java 1.2 bytecode Created: 01/Apr/16 Updated: 02/Feb/17 Resolved: 02/Feb/17 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Sterling Greene | Assignee: | Unassigned |
Resolution: | Duplicate | Votes: | 0 |
Description |
com.ibm.icu:icu4j:2.6.1 has classes compiled with Java 1.1 and Java 1.2. When this jar is on the classpath, the incremental snapshotter fails with a ArrayIndexOutOfBoundsException deep down in ASM code. I tried splitting this jar into 1.1 classes and 1.2 classes. 1.1-only jar works. 1.2-only jar does not. |
Comments |
Comment by Scott Palmer [ 11/Jul/16 ] |
I saw a similar error while trying to use the jmh plugin (id "me.champeau.gradle.jmh" version "0.3.1") : Execution failed for task ':jmhJar'. In my case the exception was different though: |
Comment by Benjamin Muschko [ 15/Nov/16 ] |
As announced on the Gradle blog we are planning to completely migrate issues from JIRA to GitHub. We intend to prioritize issues that are actionable and impactful while working more closely with the community. Many of our JIRA issues are inactionable or irrelevant. We would like to request your help to ensure we can appropriately prioritize JIRA issues you’ve contributed to. Please confirm that you still advocate for your JIRA issue before December 10th, 2016 by:
We look forward to collaborating with you more closely on GitHub. Thank you for your contribution to Gradle! |
Comment by Sterling Greene [ 02/Feb/17 ] |
Migrated to https://github.com/gradle/gradle/issues/1305 |