We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670004e commit 17077fbCopy full SHA for 17077fb
pom.xml
@@ -216,7 +216,7 @@
216
<plugin>
217
<groupId>com.coveo</groupId>
218
<artifactId>fmt-maven-plugin</artifactId>
219
- <version>2.13</version>
+ <version>2.9</version>
220
<configuration>
221
<style>google</style>
222
<verbose>true</verbose>
@@ -225,7 +225,7 @@
225
<dependency>
226
<groupId>com.google.googlejavaformat</groupId>
227
<artifactId>google-java-format</artifactId>
228
- <version>1.13.0</version>
+ <version>1.7</version>
229
</dependency>
230
</dependencies>
231
</plugin>
0 commit comments