Not quite sure where to ask because there's no gen...
# random
k
Not quite sure where to ask because there's no general channel, but has anyone noticed a speed difference when using JDK21 vs. JDK17? It seems like build speeds are slightly slower with JDK21 when using gradle profiler to check some of our incremental builds...
s
I guess you'd also need to state which distribution you're using to get meaningful answers.
k
Sorry ..good point. Using Zulu JDK.
I don't believe it's a Gradle issue because the incremental builds that are slower build more modules so it seems to be a compile speed difference...
a
Yep we noticed our ci vms to have noticeable decrease in build speeds. Unclear why
👍 1