Skip to content

Commit

Permalink
Add maven-compiler-plugin to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkryst committed Sep 4, 2024
1 parent 2c63aa1 commit a06e48e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>${maven.compiler.release}</source>
<target>${maven.compiler.release}</target>
</configuration>
</plugin>

<!-- Runs tests during build. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit a06e48e

Please sign in to comment.