Skip to content

Commit 5c4a4e6

Browse files
authored
chore: bump fmt-maven-plugin down to 2.9.1
We support java8 and greater. fmt-maven-plugin 2.9.x supports java8. fmt-maven-plugin >= 2.10 needs java11 and up.
1 parent cbdcd6f commit 5c4a4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
<plugin>
204204
<groupId>com.coveo</groupId>
205205
<artifactId>fmt-maven-plugin</artifactId>
206-
<version>2.11</version>
206+
<version>2.9.1</version>
207207
<!-- Configure no goals. -->
208208
<!--Until our CI builds no longer depend on Java 8, skip this during build.-->
209209
<!--We instead manually check this in Java 11 environments to block builds, -->

0 commit comments

Comments
 (0)