Skip to content

Commit b1026a2

Browse files
committed
revert errorprone plugin inclusion in pom
1 parent a3f3918 commit b1026a2

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

pom.xml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
<cs.surefire-plugin.version>2.22.2</cs.surefire-plugin.version>
8181
<cs.clover-maven-plugin.version>4.4.1</cs.clover-maven-plugin.version>
8282
<cs.exec-maven-plugin.version>3.2.0</cs.exec-maven-plugin.version>
83-
<cs.errorprone.version>2.24.1</cs.errorprone.version>
8483

8584
<!-- Logging versions -->
8685
<cs.log4j.version>2.19.0</cs.log4j.version>
@@ -1095,25 +1094,15 @@
10951094
<configuration>
10961095
<source>${cs.jdk.version}</source>
10971096
<target>${cs.jdk.version}</target>
1098-
<encoding>UTF-8</encoding>
1097+
<fork>true</fork>
1098+
<meminitial>128m</meminitial>
1099+
<maxmem>512m</maxmem>
10991100
<compilerArgs>
11001101
<arg>-XDignore.symbol.file=true</arg>
11011102
<arg>--add-opens=java.base/java.lang=ALL-UNNAMED</arg>
11021103
<arg>--add-exports=java.base/sun.security.x509=ALL-UNNAMED</arg>
11031104
<arg>--add-exports=java.base/sun.security.provider=ALL-UNNAMED</arg>
1104-
<arg>-XDcompilePolicy=simple</arg>
1105-
<arg>-Xplugin:ErrorProne</arg>
11061105
</compilerArgs>
1107-
<annotationProcessorPaths>
1108-
<path>
1109-
<groupId>com.google.errorprone</groupId>
1110-
<artifactId>error_prone_core</artifactId>
1111-
<version>${cs.errorprone.version}</version>
1112-
</path>
1113-
</annotationProcessorPaths>
1114-
<fork>true</fork>
1115-
<meminitial>128m</meminitial>
1116-
<maxmem>512m</maxmem>
11171106
</configuration>
11181107
</plugin>
11191108
<plugin>
@@ -1463,4 +1452,4 @@
14631452
</build>
14641453
</profile>
14651454
</profiles>
1466-
</project>
1455+
</project>

0 commit comments

Comments
 (0)