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 52e30c61c41ec1b305e5e2ae8df9ed048b10aede Author: Tung Tran <[email protected]> AuthorDate: Sat Jun 24 10:41:57 2023 +0700 Scala maven plugin - ignore warning log (Auto-application to () is deprecated) in Scala 3 - Currently, James uses Scala 2.13.10. The warning log in Scala 3 makes build code very noise --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 094432c283..fc9d32a2a6 100644 --- a/pom.xml +++ b/pom.xml @@ -3063,6 +3063,7 @@ <arg>-unchecked</arg> <arg>-deprecation</arg> <arg>-explaintypes</arg> + <arg>-Wconf:msg=Auto-application to \`\(\)\` is deprecated:s</arg> </args> <jvmArgs> <jvmArg>-Xss128m</jvmArg> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
