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.1 -all-deps.jar <options> [files...]
16+ java -jar /path/to/google-java-format-1.2 -all-deps.jar <options> [files...]
1717```
1818
1919The formatter can act on whole files, on limited lines (` --lines ` ), on specific
@@ -54,15 +54,15 @@ configuration.
5454<dependency >
5555 <groupId >com.google.googlejavaformat</groupId >
5656 <artifactId >google-java-format</artifactId >
57- <version >1.1 </version >
57+ <version >1.2 </version >
5858</dependency >
5959```
6060
6161#### Gradle
6262
6363``` groovy
6464dependencies {
65- compile 'com.google.googlejavaformat:google-java-format:1.1 '
65+ compile 'com.google.googlejavaformat:google-java-format:1.2 '
6666}
6767```
6868
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.2-SNAPSHOT </version >
25+ <version >1.2</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.2-SNAPSHOT </version >
31+ <version >1.2</version >
3232
3333 <modules >
3434 <module >core</module >
You can’t perform that action at this time.
0 commit comments