From d9571cbccebe42a27d70221ed07c27d45ac527b5 Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Thu, 23 Jan 2020 18:14:29 +0000 Subject: [PATCH] [VIVO-1737] Update Error Prone (#142) Resolves: https://jira.lyrasis.org/browse/VIVO-1737 --- pom.xml | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 45e54239..b39094d1 100644 --- a/pom.xml +++ b/pom.xml @@ -229,6 +229,34 @@ + + + errorprone + + [1.8,12) + + + + + org.apache.maven.plugins + maven-compiler-plugin + + true + + -Xplugin:ErrorProne + + + + com.google.errorprone + error_prone_core + 2.3.4 + + + + + + + @@ -277,15 +305,7 @@ UTF-8 -XDcompilePolicy=simple - -Xplugin:ErrorProne - - - com.google.errorprone - error_prone_core - 2.3.2 - -