DJViking
(Sverre Moe)
1
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
st_oehme
(Stefan Oehme)
2
Not everything worked in 4.10, so we didn’t make an official statement. I’m happy 4.10 works for you already