We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8831b0b commit ff0870fCopy full SHA for ff0870f
pom.xml
@@ -32,7 +32,7 @@
32
<logback>1.2.11</logback>
33
<junit.version>5.9.0</junit.version>
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>
+ <git-code-format-maven-plugin.version>4.2</git-code-format-maven-plugin.version>
36
</properties>
37
38
<dependencyManagement>
@@ -149,6 +149,14 @@
149
</goals>
150
</execution>
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>
160
</plugin>
161
<plugin>
162
<groupId>org.apache.maven.plugins</groupId>
0 commit comments