Skip to content

Commit fc4d108

Browse files
committed
Add Maven Compiler Plugin configuration to pom.xml
1 parent 83b92da commit fc4d108

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@
6565
</execution>
6666
</executions>
6767
</plugin>
68+
<plugin>
69+
<groupId>org.apache.maven.plugins</groupId>
70+
<artifactId>maven-compiler-plugin</artifactId>
71+
<version>3.13.0</version>
72+
<configuration>
73+
<release>${maven.compiler.release}</release>
74+
</configuration>
75+
</plugin>
6876
</plugins>
6977
</build>
7078

0 commit comments

Comments
 (0)