Skip to content

Commit

Permalink
build: pin fmt-maven-plugin version to 2.9
Browse files Browse the repository at this point in the history
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
  • Loading branch information
BenWhitehead committed May 26, 2021
1 parent 932f643 commit 6459701
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Expand Up @@ -233,6 +233,17 @@
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.9</version>
<configuration>
<style>google</style>
<verbose>true</verbose>
</configuration>
</plugin>
</plugins>
</build>

<modules>
Expand Down

0 comments on commit 6459701

Please sign in to comment.