Skip to content

Commit

Permalink
Remove unused compiler and javadoc options
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalluck authored and goneall committed Jan 22, 2025
1 parent ca2a003 commit 9b1ff24
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@
<encoding>${project.build.sourceEncoding}</encoding>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<optimize>true</optimize>
</configuration>
</plugin>
<plugin>
Expand All @@ -233,9 +232,6 @@
<executions>
<execution>
<id>attach-javadocs</id>
<configuration>
<additionalparam>${javadoc.opts}</additionalparam>
</configuration>
<goals>
<goal>jar</goal>
</goals>
Expand Down

0 comments on commit 9b1ff24

Please sign in to comment.