File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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.8 -all-deps.jar <options> [files...]
16+ java -jar /path/to/google-java-format-1.9 -all-deps.jar <options> [files...]
1717```
1818
1919The formatter can act on whole files, on limited lines (` --lines ` ), on specific
@@ -98,15 +98,15 @@ configuration.
9898<dependency >
9999 <groupId >com.google.googlejavaformat</groupId >
100100 <artifactId >google-java-format</artifactId >
101- <version >1.8 </version >
101+ <version >1.9 </version >
102102</dependency >
103103```
104104
105105#### Gradle
106106
107107``` groovy
108108dependencies {
109- compile 'com.google.googlejavaformat:google-java-format:1.8 '
109+ compile 'com.google.googlejavaformat:google-java-format:1.9 '
110110}
111111```
112112
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >com.google.googlejavaformat</groupId >
2424 <artifactId >google-java-format-parent</artifactId >
25- <version >1.9 </version >
25+ <version >1.10-SNAPSHOT </version >
2626 </parent >
2727
2828 <artifactId >google-java-format</artifactId >
Original file line number Diff line number Diff line change 2828 <groupId >com.google.googlejavaformat</groupId >
2929 <artifactId >google-java-format-parent</artifactId >
3030 <packaging >pom</packaging >
31- <version >1.9 </version >
31+ <version >1.10-SNAPSHOT </version >
3232
3333 <modules >
3434 <module >core</module >
You can’t perform that action at this time.
0 commit comments