File: remove_annotation_processors.patch

package info (click to toggle)
turbine-java 0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,560 kB
  • sloc: java: 37,940; xml: 354; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 938 bytes parent folder | download | duplicates (2)
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>