diff --git a/pom.xml b/pom.xml index 2ac7840ff..10f62874f 100644 --- a/pom.xml +++ b/pom.xml @@ -235,13 +235,41 @@ - + java8 [1.8,) + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + javac-with-errorprone + true + + -Xep:FallThrough:WARN + + 7 + 7 + + + + org.codehaus.plexus + plexus-compiler-javac-errorprone + 2.8 + + + + com.google.errorprone + error_prone_core + 2.1.1 + + + org.apache.maven.plugins maven-javadoc-plugin