"Gradle runs on all major operating systems and re...
# gradle
b
"Gradle runs on all major operating systems and requires only a Java JDK or JRE version 8 or higher to be installed." well not JDK13 it seems…
✔️ 1
s
1. This channel is for the Gradle Kotlin DSL 2. Gradle 6.0-rc-1 supports JDK 13
b
Thanks. Do you me to delete my message?
s
Nah, you're fine, you can leave it. Just wanted to let you know for future reference
b
it works with 6.0-rc-1 thanks!
Well now intellij doesn't like jdk13 either…
s
Why are you using JDK 13, out of curiosity? Not much software supports it atm, you'd be better off using 8 or 11
b
because it comes with my Linux
but yeah I should just go to 11 it was working well
and as I am just starting that project now, I wanted to use the latest JDK to not have to port it later
o
porting to new JDKs is pretty easy since the new release cycle was created. JDK 13 is very similar to 12, which is very similar to 11..., jumping a few major releases at a time isn't difficult now
b
well I got back to 11 because intellij stopped complaining about version 13 of java not existing in an enum, I'll wait for it so support it. Gradle 6.0 works perfectly.