Skip to content

Commit 47a551e

Browse files
committed
Update the maven-compiler-plugin
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>
1 parent e8aa0f1 commit 47a551e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

parent/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,7 @@ application while protecting against XSS.
185185
<plugin>
186186
<groupId>org.apache.maven.plugins</groupId>
187187
<artifactId>maven-compiler-plugin</artifactId>
188-
<version>3.3</version>
189-
<configuration>
190-
<source>9</source>
191-
<target>9</target>
192-
</configuration>
188+
<version>3.12.1</version>
193189
</plugin>
194190
<plugin>
195191
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)