Skip to content

Commit

Permalink
Merge pull request #255 from DaGeRe/set-plugin-versions
Browse files Browse the repository at this point in the history
Update plugin versions, so build works with JDK 17
  • Loading branch information
tim0dd committed Dec 7, 2023
2 parents 56d4178 + 412c30f commit f4a4180
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
Expand Down

0 comments on commit f4a4180

Please sign in to comment.