Skip to content

Commit ac2084b

Browse files
committed
Forcing enforcer plugin upgrade: somehow version wasn't being taken from pluginManagement. Hopefully this fixes issue in CI building with java 17
1 parent d4242d2 commit ac2084b

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
@@ -392,6 +392,13 @@
392392
</configuration>
393393
</plugin>
394394

395+
<plugin>
396+
<groupId>org.apache.maven.plugins</groupId>
397+
<artifactId>maven-enforcer-plugin</artifactId>
398+
<version>3.5.0</version>
399+
</plugin>
400+
401+
395402
</plugins>
396403

397404
<extensions>

0 commit comments

Comments
 (0)