Skip to content

Commit

Permalink
Use Java 17 toolchain
Browse files Browse the repository at this point in the history
Closes gh-26
  • Loading branch information
rainboyan committed Nov 14, 2024
1 parent 6748b9d commit 23d1e26
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 @@ -68,9 +68,6 @@ subprojects { project->
apply plugin: 'org.graceframework.grace-plugin'
}

sourceCompatibility = 17
targetCompatibility = 17

repositories {
// mavenLocal()
mavenCentral()
Expand Down Expand Up @@ -115,6 +112,9 @@ subprojects { project->
}

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

0 comments on commit 23d1e26

Please sign in to comment.