Skip to content

Commit 3c7e6fe

Browse files
authored
ci: lock google-java-formatter version (#1058)
1 parent 0a73a46 commit 3c7e6fe

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

google-http-client-bom/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,22 @@
141141
<skip>true</skip>
142142
</configuration>
143143
</plugin>
144+
<plugin>
145+
<groupId>com.coveo</groupId>
146+
<artifactId>fmt-maven-plugin</artifactId>
147+
<version>2.9</version>
148+
<configuration>
149+
<style>google</style>
150+
<verbose>true</verbose>
151+
</configuration>
152+
<dependencies>
153+
<dependency>
154+
<groupId>com.google.googlejavaformat</groupId>
155+
<artifactId>google-java-format</artifactId>
156+
<version>1.7</version>
157+
</dependency>
158+
</dependencies>
159+
</plugin>
144160
</plugins>
145161
</build>
146162

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,13 @@
539539
<style>google</style>
540540
<verbose>true</verbose>
541541
</configuration>
542+
<dependencies>
543+
<dependency>
544+
<groupId>com.google.googlejavaformat</groupId>
545+
<artifactId>google-java-format</artifactId>
546+
<version>1.7</version>
547+
</dependency>
548+
</dependencies>
542549
</plugin>
543550
</plugins>
544551
</build>

0 commit comments

Comments
 (0)