Skip to content

Commit 54c2324

Browse files
committed
Added maven-compiler-plugin
1 parent 0add0da commit 54c2324

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
@@ -64,6 +64,14 @@
6464
</execution>
6565
</executions>
6666
</plugin>
67+
<plugin>
68+
<groupId>org.apache.maven.plugins</groupId>
69+
<artifactId>maven-compiler-plugin</artifactId>
70+
<version>3.11.0</version>
71+
<configuration>
72+
<release>17</release>
73+
</configuration>
74+
</plugin>
6775
</plugins>
6876
</build>
6977

0 commit comments

Comments
 (0)