Skip to content

Commit

Permalink
Explicitly use maven-compiler-plugin 3.10.1
Browse files Browse the repository at this point in the history
Otherwise builds on our servers end up using an old version that doesn't
support the -parameters option.
  • Loading branch information
ato committed Jan 5, 2023
1 parent be31eb1 commit 7797070
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
<directory>${basedir}/resources</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
</plugin>
</plugins>
</build>

<properties>
Expand Down

0 comments on commit 7797070

Please sign in to comment.