File: no-javac-with-errorprone.patch

package info (click to toggle)
libokhttp-java 3.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,356 kB
  • sloc: java: 60,087; xml: 1,869; sh: 41; makefile: 9
file content (21 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (3)
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>