Does Gradle work with JDK 17?

Gradle now supports running on and building with Java 17 . In previous Gradle versions, running Gradle itself on Java 17 resulted in an error. JVM projects could have been built with Java 17 using toolchains. As of Gradle 7.3, both running Gradle itself and building JVM projects with Java 17 is fully supported.

Read more

Is Gradle compatible with Java 11?

Any supported version of Java can be used for compile or test. For older Gradle versions, please see the table below which Java version is supported by which Gradle release. … Java. Java versionFirst Gradle version to support it104.7115.0125.4136.0Compatibility Matrix – Gradle User Manual docs.gradle.org › current › userguide › compatibility

Read more