mirror of https://github.com/apache/activemq.git
[NO-JIRA] Remove no-op 'optimize' flag to maven-compiler-plugin (since Java 9)
This commit is contained in:
parent
04c367a690
commit
3b759d2854
1
pom.xml
1
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue