Skip to content

Commit 60122fb

Browse files
Java 17!
1 parent 2760783 commit 60122fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ allprojects {
7676
}
7777

7878
// Configure the java toolchain to use. If not found, it will be downloaded automatically
79-
java { toolchain { languageVersion = JavaLanguageVersion.of(11) } }
79+
java { toolchain { languageVersion = JavaLanguageVersion.of(17) } }
8080
}
8181

8282
buildscript {

0 commit comments

Comments
 (0)