Skip to content

Commit 50d61b9

Browse files
Updated googleJavaFormat to latest version.
1 parent a34a0dd commit 50d61b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

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

buildSrc/build.gradle.kts

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

gradle/spotless.gradle

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

0 commit comments

Comments
 (0)