Skip to content

Commit 2f256a3

Browse files
SylvainJugepsx95
andauthored
upgrade for jdk17 support (#264)
Co-authored-by: Pranav Sharma <sharmapranav@google.com>
1 parent 95082aa commit 2f256a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spotless {
2929
// Need to predeclare every configuration used with spotless
3030
spotlessPredeclare {
3131
java {
32-
googleJavaFormat("1.9")
32+
googleJavaFormat("1.10.0")
3333
}
3434
groovyGradle {
3535
greclipse()
@@ -106,7 +106,7 @@ subprojects {
106106
// Include license check and auto-format support.
107107
spotless {
108108
java {
109-
googleJavaFormat("1.9")
109+
googleJavaFormat("1.10.0")
110110
licenseHeaderFile rootProject.file('buildscripts/spotless.license.java'), '(package|import|class|// Includes work from:)'
111111
}
112112
groovyGradle {

0 commit comments

Comments
 (0)