This is an automated email from the ASF dual-hosted git repository.

mattrpav pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 3b759d2854 [NO-JIRA] Remove no-op 'optimize' flag to 
maven-compiler-plugin (since Java 9)
3b759d2854 is described below

commit 3b759d2854579aa065ad0e6af6e1c31260a1ce75
Author: Matt Pavlovich <[email protected]>
AuthorDate: Mon Dec 16 12:14:07 2024 -0600

    [NO-JIRA] Remove no-op 'optimize' flag to maven-compiler-plugin (since Java 
9)
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f9021ad974..91e11aeedd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1248,7 +1248,6 @@
         <configuration>
           <source>${source-version}</source>
           <target>${target-version}</target>
-          <optimize>true</optimize>
           <debug>true</debug>
           <showDeprecation>true</showDeprecation>
           <showWarnings>true</showWarnings>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to