8000
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 327b6b1 commit 84216c5Copy full SHA for 84216c5
pom.xml
@@ -542,10 +542,18 @@
542
<plugin>
543
<groupId>com.coveo</groupId>
544
<artifactId>fmt-maven-plugin</artifactId>
545
- <version>2.13</version>
+ <version>2.9</version>
546
<configuration>
547
+ <style>google</style>
548
<verbose>true</verbose>
549
</configuration>
550
+ <dependencies>
551
+ <dependency>
552
+ <groupId>com.google.googlejavaformat</groupId>
553
+ <artifactId>google-java-format</artifactId>
554
+ <version>1.7</version>
555
+ </dependency>
556
+ </dependencies>
557
</plugin>
558
</plugins>
559
</build>
0 commit comments