Skip to content

Commit 8042ea4

Browse files
committed
Use Java 17 toolchain
Closes gh-15
1 parent 656cfe0 commit 8042ea4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ dependencies {
8686

8787
bootJar.enabled = false
8888

89-
sourceCompatibility = 17
90-
targetCompatibility = 17
91-
9289
java {
90+
toolchain {
91+
languageVersion = JavaLanguageVersion.of(17)
92+
}
9393
withJavadocJar()
9494
withSourcesJar()
9595
}

0 commit comments

Comments
 (0)