Skip to content

Commit cf98718

Browse files
authored
Updated spotless
1 parent cacab6a commit cf98718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'maven-publish'
4-
id 'com.diffplug.spotless' version '6.12.0'
4+
id 'com.diffplug.spotless' version '6.25.0'
55
id 'org.sonarqube' version '5.0.0.4638'
66
id 'jacoco'
77
}
@@ -54,7 +54,7 @@ spotless {
5454
}
5555
importOrder '\\#', '', '*'
5656
removeUnusedImports()
57-
googleJavaFormat('1.15.0').aosp()
57+
googleJavaFormat('1.22.0').aosp()
5858
toggleOffOn()
5959
endWithNewline()
6060
}

0 commit comments

Comments
 (0)