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ı <[email protected]> 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>
