File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
and run it with:
14
14
15
15
```
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...]
17
17
```
18
18
19
19
The formatter can act on whole files, on limited lines (` --lines ` ), on specific
@@ -98,15 +98,15 @@ configuration.
98
98
<dependency >
99
99
<groupId >com.google.googlejavaformat</groupId >
100
100
<artifactId >google-java-format</artifactId >
101
- <version >1.8 </version >
101
+ <version >1.9 </version >
102
102
</dependency >
103
103
```
104
104
105
105
#### Gradle
106
106
107
107
``` groovy
108
108
dependencies {
109
- compile 'com.google.googlejavaformat:google-java-format:1.8 '
109
+ compile 'com.google.googlejavaformat:google-java-format:1.9 '
110
110
}
111
111
```
112
112
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >com.google.googlejavaformat</groupId >
24
24
<artifactId >google-java-format-parent</artifactId >
25
- <version >1.9 </version >
25
+ <version >1.10-SNAPSHOT </version >
26
26
</parent >
27
27
28
28
<artifactId >google-java-format</artifactId >
Original file line number Diff line number Diff line change 28
28
<groupId >com.google.googlejavaformat</groupId >
29
29
<artifactId >google-java-format-parent</artifactId >
30
30
<packaging >pom</packaging >
31
- <version >1.9 </version >
31
+ <version >1.10-SNAPSHOT </version >
32
32
33
33
<modules >
34
34
<module >core</module >
You can’t perform that action at this time.
0 commit comments