File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
buildSrc/call-site-instrumentation-plugin
test-published-dependencies Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ with(extensions["spotlessPredeclare"] as SpotlessExtension) {
3838 java {
3939 removeUnusedImports()
4040
41- // This is the last Google Java Format version that supports Java 8
42- googleJavaFormat(" 1.32.0" )
41+ googleJavaFormat(" 1.33.0" )
4342 }
4443 groovyGradle {
4544 greclipse()
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ spotless {
1717 target(" src/**/*.java" )
1818 // ignore embedded test projects
1919 targetExclude(" src/test/resources/**" )
20- googleJavaFormat(" 1.32 .0" )
20+ googleJavaFormat(" 1.33 .0" )
2121 }
2222}
2323
Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ spotless {
2222 target ' src/**/*.java'
2323 // ignore embedded test projects and everything in build dir, e.g. generated sources
2424 targetExclude(' src/test/resources/**' , buildDirectoryFiles)
25- // This is the last Google Java Format version that supports Java 8
26- googleJavaFormat(' 1.32.0' )
25+ googleJavaFormat(' 1.33.0' )
2726 }
2827 }
2928
Original file line number Diff line number Diff line change 11plugins {
2- id ' com.diffplug.spotless' version ' 8.1.0 '
2+ id ' com.diffplug.spotless' version ' 8.2.1 '
33}
44
55def sharedConfigDirectory = " $rootDir /../gradle"
You can’t perform that action at this time.
0 commit comments