We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b98cfb commit 150c9cdCopy full SHA for 150c9cd
.sdkmanrc
@@ -1,3 +1,3 @@
1
# Enable auto-env through the sdkman_auto_env config
2
# Add key=value pairs of SDKs to use below
3
-java=17.0.15-librca
+java=24.0.1-librca
build.gradle
@@ -45,12 +45,6 @@ configure(moduleProjects) {
45
apply plugin: 'java-library'
46
apply plugin: 'java-test-fixtures'
47
48
- java {
49
- toolchain {
50
- languageVersion = JavaLanguageVersion.of(17)
51
- }
52
53
-
54
configurations {
55
dependencyManagement {
56
canBeConsumed = false
0 commit comments