Skip to content

Commit 999a1d1

Browse files
committed
Update google-java-format version to 1.6
Change-Id: I32a8368d93f4d574f24f7d66f4893f280bc90a3e
1 parent de6846d commit 999a1d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

root-project.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ configure(subprojects) {
5353
}
5454
apply plugin: 'net.ltgt.errorprone'
5555
apply plugin: 'com.github.sherter.google-java-format'
56+
googleJavaFormat {
57+
toolVersion = '1.6'
58+
}
5659
tasks.googleJavaFormat {
5760
source '.'
5861
include '**/*.java'

0 commit comments

Comments
 (0)