Skip to content

Commit 33fbbc4

Browse files
committed
Run Gradle build with JDK 17
1 parent 8abb7d4 commit 33fbbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323

2424
java {
2525
toolchain {
26-
languageVersion = JavaLanguageVersion.of(8)
26+
languageVersion = JavaLanguageVersion.of(17)
2727
vendor = JvmVendorSpec.BELLSOFT
2828
}
2929
}

0 commit comments

Comments
 (0)