Skip to content

Commit

Permalink
Add Maven Compiler Plugin configuration to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Nov 28, 2024
1 parent 83b92da commit fc4d108
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<release>${maven.compiler.release}</release>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit fc4d108

Please sign in to comment.