Skip to content

Commit

Permalink
fix: lock the google-java-format version used by formatter plugin (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Jun 10, 2020
1 parent 44ea4cb commit d58c054
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -212,6 +212,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 d58c054

Please sign in to comment.