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 c87af09 commit b534b2bCopy full SHA for b534b2b
build.gradle.kts
@@ -61,7 +61,7 @@ java {
61
withJavadocJar()
62
63
toolchain {
64
- languageVersion.set(JavaLanguageVersion.of(23))
+ languageVersion.set(JavaLanguageVersion.of(24))
65
vendor.set(JvmVendorSpec.ADOPTIUM)
66
}
67
native/build.gradle.kts
@@ -124,8 +124,7 @@ java {
124
withSourcesJar()
125
126
127
- sourceCompatibility = JavaVersion.VERSION_21
128
- targetCompatibility = JavaVersion.VERSION_21
+ toolchain.languageVersion = JavaLanguageVersion.of(24)
129
130
131
publishing.publications.create<MavenPublication>("native") {
0 commit comments