Skip to content

Commit 0d9d941

Browse files
author
Madhavan
committed
Remove Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated warning
1 parent 61f39dc commit 0d9d941

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ limitations under the License.]]></inlineHeader>
417417
<configuration>
418418
<source>${java.version}</source>
419419
<target>${java.version}</target>
420-
<optimize>true</optimize>
421420
<showDeprecation>true</showDeprecation>
422421
<showWarnings>true</showWarnings>
423422
<failOnWarning>false</failOnWarning>

0 commit comments

Comments
 (0)