Skip to content

Commit

Permalink
Update maven compiler plugin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-gary committed Apr 27, 2024
1 parent 62ed3cb commit 4f72490
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${version.maven.compiler.plugin}</version>
<configuration>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<release>${maven.compiler.target}</release>
<testRelease>${maven.compiler.target}</testRelease>
<compilerArgs>
<arg>-Xlint:unchecked</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 4f72490

Please sign in to comment.