File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 32
32
<logback >1.2.11</logback >
33
33
<junit .version>5.9.0</junit .version>
34
34
<auto-service .version>1.0-rc7</auto-service .version>
35
- <git-code-format-maven-plugin .version>3.5 </git-code-format-maven-plugin .version>
35
+ <git-code-format-maven-plugin .version>4.2 </git-code-format-maven-plugin .version>
36
36
</properties >
37
37
38
38
<dependencyManagement >
149
149
</goals >
150
150
</execution >
151
151
</executions >
152
+ <dependencies >
153
+ <!-- Enable https://github.com/google/google-java-format -->
154
+ <dependency >
155
+ <groupId >com.cosium.code</groupId >
156
+ <artifactId >google-java-format</artifactId >
157
+ <version >${git-code-format-maven-plugin.version} </version >
158
+ </dependency >
159
+ </dependencies >
152
160
</plugin >
153
161
<plugin >
154
162
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments