Skip to content

Commit a402472

Browse files
Bump Google Java Format. (#10460)
1 parent 1e476cb commit a402472

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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()

buildSrc/call-site-instrumentation-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

gradle/spotless.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

test-published-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.diffplug.spotless' version '8.1.0'
2+
id 'com.diffplug.spotless' version '8.2.1'
33
}
44

55
def sharedConfigDirectory = "$rootDir/../gradle"

0 commit comments

Comments
 (0)