You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/12/02 11:50:32 UTC

[logging-log4j-tools] 03/04: Bump Error Prone version to 2.16.

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

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git

commit 5d449d39c1b5b791e051e72d1593c27dd8d37ee3
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Fri Dec 2 11:37:58 2022 +0100

    Bump Error Prone version to 2.16.
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index af25225..d66a1ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
     <java.version>1.8</java.version>
 
     <!-- library versions -->
-    <errorprone.version>2.6.0</errorprone.version>
+    <errorprone.version>2.16</errorprone.version>
 
     <!-- plugin versions -->
     <flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
@@ -79,6 +79,8 @@
           <fork>true</fork>
           <compilerArgs>
             <arg>-Xlint:all</arg>
+            <arg>-XDcompilePolicy=simple</arg>
+            <arg>-Xplugin:ErrorProne</arg>
           </compilerArgs>
           <annotationProcessorPaths>
             <path>