Bump toolchain to using Java 21

This commit is contained in:
Zongle Wang
2024-01-21 15:35:12 +08:00
committed by GitHub
parent 973c2af450
commit 4da0d74bfe

View File

@@ -65,7 +65,7 @@ allprojects {
plugins.withType(JavaBasePlugin).configureEach {
java {
toolchain.languageVersion = JavaLanguageVersion.of(17)
toolchain.languageVersion = JavaLanguageVersion.of(21)
}
}