1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Markus Koschany <apo@debian.org>
Date: Sun, 10 Feb 2019 11:03:28 +0100
Subject: no-javac-with-errorprone
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6238941..81989c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
- <compilerId>javac-with-errorprone</compilerId>
+ <compilerId>javac</compilerId>
<forceJavacCompilerUse>true</forceJavacCompilerUse>
<source>${java.version}</source>
<target>${java.version}</target>
|