Codebase list guava-libraries / 6e3cd2a
Patch out reference to com.google.errorprone:error_prone_core tony mancill 10 months ago
2 changed file(s) with 19 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 --- a/pom.xml
1 +++ b/pom.xml
2 @@ -141,6 +141,7 @@
3 <arg>-XDcompilePolicy=simple</arg>
4 <!-- -Xplugin:ErrorProne is set conditionally by a profile. -->
5 </compilerArgs>
6 + <!--
7 <annotationProcessorPaths>
8 <path>
9 <groupId>com.google.errorprone</groupId>
10 @@ -148,6 +149,7 @@
11 <version>2.16</version>
12 </path>
13 </annotationProcessorPaths>
14 + -->
15 <!-- Fork:
16
17 - for JDK8 because we use a javac9 bootclasspath
1313 22-preserve-futures-methods.patch
1414 24-module-dependency.patch
1515 25-remove-import-manifest.patch
16 26-ignore-error-prone-core.patch