Skip to content

Commit

Permalink
build: pin google-java-format to 1.7 (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Jun 24, 2020
1 parent 5758364 commit 0d55c37
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
17 changes: 17 additions & 0 deletions bom/pom.xml
Expand Up @@ -96,6 +96,23 @@
<skip>true</skip>
</configuration>
</plugin>

<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<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
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -207,6 +207,13 @@
<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>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 0d55c37

Please sign in to comment.