Which JDK builds gradle project faster? OpenJDK 15...
# announcements
j
Which JDK builds gradle project faster? OpenJDK 15 or GraalVM CE of JDK 11? Or is there a better choice?
g
Gradle officially support running on OpenJDK 15 only from version 6.7
not sure that there is any “optimization” there
OpenJDK is much more widely adopted, so it potentially has less problems
n
it likely depends on your build. use the gradle profiler to measure the impact: https://github.com/gradle/gradle-profiler please share with us your findings!
g
Related issue about this case https://github.com/gradle/gradle-profiler/issues/213 I've tried to profile different JVMs with no success