File: 09-ignore-errorprone-plugin.patch

package info (click to toggle)
mockito 2.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,644 kB
  • sloc: java: 44,519; xml: 48; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Ignore the errorprone plugin
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/build.gradle
+++ b/build.gradle
@@ -46,9 +46,7 @@
         jcenter()
     }
     plugins.withId('java') {
-        proj.apply plugin: 'net.ltgt.errorprone'
         proj.dependencies {
-            errorprone libraries.errorprone
         }
     }
     tasks.withType(JavaCompile) {