Skip to content

Commit 6459701

Browse files
committed
build: pin fmt-maven-plugin version to 2.9
fmt-maven-plugin v2.10 is compiled for java 11, v2.9 is compiled for java 8 port of fix from googleapis/java-shared-config#90
1 parent 932f643 commit 6459701

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,17 @@
233233
</plugin>
234234
</plugins>
235235
</pluginManagement>
236+
<plugins>
237+
<plugin>
238+
<groupId>com.coveo</groupId>
239+
<artifactId>fmt-maven-plugin</artifactId>
240+
<version>2.9</version>
241+
<configuration>
242+
<style>google</style>
243+
<verbose>true</verbose>
244+
</configuration>
245+
</plugin>
246+
</plugins>
236247
</build>
237248

238249
<modules>

0 commit comments

Comments
 (0)