Skip to content

Commit

Permalink
Update the maven-compiler-plugin
Browse files Browse the repository at this point in the history
For the compiler --release check to work, we need a more recent maven-compiler-plugin version (at least 3.6).

Signed-off-by: Sven Strickroth <[email protected]>
  • Loading branch information
csware committed Feb 2, 2024
1 parent e8aa0f1 commit 47a551e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,7 @@ application while protecting against XSS.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>9</source>
<target>9</target>
</configuration>
<version>3.12.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 47a551e

Please sign in to comment.