We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7899b9 commit 82e6c6aCopy full SHA for 82e6c6a
1 file changed
lib/build.gradle
@@ -20,13 +20,13 @@ def jextractHome = project.hasProperty('jextract.home')
20
: null
21
22
java {
23
- sourceCompatibility = JavaVersion.VERSION_21
24
- targetCompatibility = JavaVersion.VERSION_21
+ sourceCompatibility = JavaVersion.VERSION_25
+ targetCompatibility = JavaVersion.VERSION_25
25
}
26
27
28
toolchain {
29
- languageVersion.set(JavaLanguageVersion.of(21))
+ languageVersion.set(JavaLanguageVersion.of(25))
30
31
32
@@ -103,4 +103,4 @@ publishing {
103
104
105
106
-}
+}
0 commit comments