Gradle 5.0 and Java 11

Java enthusiasts will be happy to read that this release supports running Gradle builds with JDK 11

What is this change about actually? I have no problem running Gradle 4.10 with Java 11 to build both modular and non-modular applications.

  • JavaVersion.VERSION_11 constant along with isJava11() and isJava11Compatible() methods

Not everything worked in 4.10, so we didn’t make an official statement. I’m happy 4.10 works for you already :slight_smile: