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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 093cc807df6995f886e400be829580ad7c131e1c
Author: Tung Tran <vtt...@linagora.com>
AuthorDate: Sat Jun 24 10:39:13 2023 +0700

    Scalafix - drop argument: `-Ywarn-unused`
    
    - A lot of implicit val was used but scalafix marks it is un-used. That 
makes the build log very noisy with an incorrect warning log
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ec2a265791..094432c283 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3063,7 +3063,6 @@
                             <arg>-unchecked</arg>
                             <arg>-deprecation</arg>
                             <arg>-explaintypes</arg>
-                            <arg>-Ywarn-unused</arg>
                         </args>
                         <jvmArgs>
                             <jvmArg>-Xss128m</jvmArg>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to