Skip to content

Commit d58c054

Browse files
authored
fix: lock the google-java-format version used by formatter plugin (#149)
1 parent 44ea4cb commit d58c054

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,13 @@
212212
<style>google</style>
213213
<verbose>true</verbose>
214214
</configuration>
215+
<dependencies>
216+
<dependency>
217+
<groupId>com.google.googlejavaformat</groupId>
218+
<artifactId>google-java-format</artifactId>
219+
<version>1.7</version>
220+
</dependency>
221+
</dependencies>
215222
</plugin>
216223
<plugin>
217224
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)