Skip to content

Commit

Permalink
upgrade for jdk17 support
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Oct 12, 2023
1 parent 4ecc4f4 commit 74377ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spotless {
// Need to predeclare every configuration used with spotless
spotlessPredeclare {
java {
googleJavaFormat("1.9")
googleJavaFormat("1.10.0")
}
groovyGradle {
greclipse()
Expand Down Expand Up @@ -106,7 +106,7 @@ subprojects {
// Include license check and auto-format support.
spotless {
java {
googleJavaFormat("1.9")
googleJavaFormat("1.10.0")
licenseHeaderFile rootProject.file('buildscripts/spotless.license.java'), '(package|import|class|// Includes work from:)'
}
groovyGradle {
Expand Down

0 comments on commit 74377ce

Please sign in to comment.