File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313and run it with:
1414
1515```
16- java -jar /path/to/google-java-format-1.6 -all-deps.jar <options> [files...]
16+ java -jar /path/to/google-java-format-1.7 -all-deps.jar <options> [files...]
1717```
1818
1919The formatter can act on whole files, on limited lines (` --lines ` ), on specific
@@ -92,15 +92,15 @@ configuration.
9292<dependency >
9393 <groupId >com.google.googlejavaformat</groupId >
9494 <artifactId >google-java-format</artifactId >
95- <version >1.6 </version >
95+ <version >1.7 </version >
9696</dependency >
9797```
9898
9999#### Gradle
100100
101101``` groovy
102102dependencies {
103- compile 'com.google.googlejavaformat:google-java-format:1.6 '
103+ compile 'com.google.googlejavaformat:google-java-format:1.7 '
104104}
105105```
106106
You can’t perform that action at this time.
0 commit comments