Skip to content

Commit 1763fd5

Browse files
committed
Downgrade Google Java Format to 1.17.0
Update Spotless googleJavaFormat version in root pom.xml from 1.27.0 to 1.17.0
1 parent 68e3424 commit 1763fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@
498498
<configuration>
499499
<java>
500500
<googleJavaFormat>
501-
<version>1.27.0</version> <!-- Optional: choose the GJF version -->
501+
<version>1.17.0</version> <!-- Optional: choose the GJF version -->
502502
</googleJavaFormat>
503503
</java>
504504
</configuration>

0 commit comments

Comments
 (0)