Skip to content

Commit

Permalink
Use Java 17 toolchain
Browse files Browse the repository at this point in the history
Closes gh-9
  • Loading branch information
rainboyan committed Nov 13, 2024
1 parent 98a1e9d commit d463d74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ dependencies {

bootJar.enabled = false

sourceCompatibility = 17
targetCompatibility = 17

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
withJavadocJar()
withSourcesJar()
}
Expand Down

0 comments on commit d463d74

Please sign in to comment.