File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ with(extensions["spotlessPredeclare"] as SpotlessExtension) {
3636 removeUnusedImports()
3737
3838 // This is the last Google Java Format version that supports Java 8
39- googleJavaFormat(" 1.32 .0" )
39+ googleJavaFormat(" 1.33 .0" )
4040 }
4141 groovyGradle {
4242 greclipse()
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ spotless {
1111 toggleOffOn()
1212 target(" **/*.java" )
1313
14- googleJavaFormat(" 1.32 .0" )
14+ googleJavaFormat(" 1.33 .0" )
1515 }
1616
1717 kotlin {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ spotless {
2222 // ignore embedded test projects and everything in build dir, e.g. generated sources
2323 targetExclude(' src/test/resources/**' , buildDirectoryFiles)
2424 // This is the last Google Java Format version that supports Java 8
25- googleJavaFormat(' 1.32 .0' )
25+ googleJavaFormat(' 1.33 .0' )
2626 }
2727 }
2828
You can’t perform that action at this time.
0 commit comments