1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Description: Remove unnecessary errorprone annotation processor to enable build
Author: Olek Wojnar <olek@debian.org>
Forwarded: not-needed
Last-Update: 2025-03-22
--- a/pom.xml
+++ b/pom.xml
@@ -186,18 +186,12 @@
<compilerArgs>
<arg>-parameters</arg>
<arg>-XDcompilePolicy=simple</arg>
- <arg>-Xplugin:ErrorProne</arg>
</compilerArgs>
<annotationProcessorPaths>
<path>
- <groupId>com.google.errorprone</groupId>
- <artifactId>error_prone_core</artifactId>
- <version>${errorprone.version}</version>
- </path>
- <path>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
- <version>1.7.4</version>
+ <version>debian</version>
</path>
</annotationProcessorPaths>
</configuration>
|