-
Bug
-
Resolution: Fixed
-
P3
-
10
In order to use a post-JDK 9 bootjdk we need to upgrade gradle, since gradle 3.x does not recognize anything > 9 as a valid JDK version.
gradle 4.1 supports JDK 9 and also recognizes "10" as a valid version. Unfortunately, even gradle 4.1 will fail when/if the Java version string is changed to 18.3. See the comments at the end of:
https://github.com/gradle/gradle/issues/2454
which is the bug that they used to add support for a version of Java 10. So we will likely need to move to something > 4.1 when the (yet-to-be-filed) bug is fixed by the gradle team.
gradle 4.1 supports JDK 9 and also recognizes "10" as a valid version. Unfortunately, even gradle 4.1 will fail when/if the Java version string is changed to 18.3. See the comments at the end of:
https://github.com/gradle/gradle/issues/2454
which is the bug that they used to add support for a version of Java 10. So we will likely need to move to something > 4.1 when the (yet-to-be-filed) bug is fixed by the gradle team.
- blocks
-
JDK-8185923 Bump minimum gradle version to 4.3 for JDK10
-
- Resolved
-
- is blocked by
-
JDK-8185358 gradle 4.X has changed location of built classes
-
- Resolved
-
- relates to
-
JDK-8188656 Chosen version of Gradle (4.3) should be copied and mapped in 3rd party tool PLS for 10
-
- Resolved
-