Skip to content

Commit 82e6c6a

Browse files
authored
Upgrade Java version from 21 to 25
1 parent f7899b9 commit 82e6c6a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ def jextractHome = project.hasProperty('jextract.home')
2020
: null
2121

2222
java {
23-
sourceCompatibility = JavaVersion.VERSION_21
24-
targetCompatibility = JavaVersion.VERSION_21
23+
sourceCompatibility = JavaVersion.VERSION_25
24+
targetCompatibility = JavaVersion.VERSION_25
2525
}
2626

2727
java {
2828
toolchain {
29-
languageVersion.set(JavaLanguageVersion.of(21))
29+
languageVersion.set(JavaLanguageVersion.of(25))
3030
}
3131
}
3232

@@ -103,4 +103,4 @@ publishing {
103103
}
104104
}
105105
}
106-
}
106+
}

0 commit comments

Comments
 (0)