Slackbot
02/19/2023, 4:09 PMThomas Broyer
02/19/2023, 4:26 PMThomas Broyer
02/19/2023, 4:28 PMJack Oshea
02/19/2023, 4:35 PMJack Oshea
02/19/2023, 4:35 PMbrew install openjdkJack Oshea
02/19/2023, 4:36 PMJack Oshea
02/19/2023, 4:38 PMJack Oshea
02/19/2023, 5:02 PMjava {
toolchain {
languageVersion.set(JavaLanguageVersion.of(19))
}
}
into my build.gradle and changing the
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
fixed it. But I have to redo that on every project I loadThomas Broyer
02/19/2023, 5:07 PMJack Oshea
02/19/2023, 5:09 PM