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@cs-ware.de>
  • Loading branch information
csware committed Feb 6, 2024
1 parent ccaaa6c commit 0e6dca3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,17 +179,13 @@ application while protecting against XSS.
<value>bar</value>
</property>
</javaApiLinks>
<source>6</source>
<source>${maven.compiler.source}</source>
</configuration>
</plugin>
<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 0e6dca3

Please sign in to comment.