Skip to content

Commit

Permalink
ci: fmt-maven-plugin 2.9 with google-java-format 1.7 (#1825)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Feb 27, 2023
1 parent 327b6b1 commit 84216c5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Expand Up @@ -542,10 +542,18 @@
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.13</version>
<version>2.9</version>
<configuration>
<style>google</style>
<verbose>true</verbose>
</configuration>
<dependencies>
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.7</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 84216c5

Please sign in to comment.