We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac3c3b commit af13300Copy full SHA for af13300
1 file changed
pom.xml
@@ -44,14 +44,11 @@
44
<!-- ================================================================ -->
45
<build>
46
<plugins>
47
- <!-- Maven Compiler Plugin with release parameter -->
+ <!-- Maven Compiler Plugin -->
48
<plugin>
49
<groupId>org.apache.maven.plugins</groupId>
50
<artifactId>maven-compiler-plugin</artifactId>
51
<version>3.13.0</version>
52
- <configuration>
53
- <release>${java.version}</release>
54
- </configuration>
55
</plugin>
56
</plugins>
57
</build>
0 commit comments