Skip to content

Commit

Permalink
upgrade for jdk17 support (#264)
Browse files Browse the repository at this point in the history
Co-authored-by: Pranav Sharma <sharmapranav@google.com>
  • Loading branch information
SylvainJuge and psx95 authored Nov 16, 2023
1 parent 95082aa commit 2f256a3
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 2f256a3

Please sign in to comment.