[NO-JIRA] Remove no-op 'optimize' flag to maven-compiler-plugin (since Java 9)

This commit is contained in:
Matt Pavlovich 2024-12-16 12:14:07 -06:00 committed by Matt Pavlovich
parent 04c367a690
commit 3b759d2854
1 changed files with 0 additions and 1 deletions

View File

@ -1248,7 +1248,6 @@
<configuration> <configuration>
<source>${source-version}</source> <source>${source-version}</source>
<target>${target-version}</target> <target>${target-version}</target>
<optimize>true</optimize>
<debug>true</debug> <debug>true</debug>
<showDeprecation>true</showDeprecation> <showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings> <showWarnings>true</showWarnings>