Skip to content

Commit 150c9cd

Browse files
committed
Polishing Java 24 compilation setup
See gh-1206
1 parent 4b98cfb commit 150c9cd

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.sdkmanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Enable auto-env through the sdkman_auto_env config
22
# Add key=value pairs of SDKs to use below
3-
java=17.0.15-librca
3+
java=24.0.1-librca

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ configure(moduleProjects) {
4545
apply plugin: 'java-library'
4646
apply plugin: 'java-test-fixtures'
4747

48-
java {
49-
toolchain {
50-
languageVersion = JavaLanguageVersion.of(17)
51-
}
52-
}
53-
5448
configurations {
5549
dependencyManagement {
5650
canBeConsumed = false

0 commit comments

Comments
 (0)