Skip to content

Commit 65b86cb

Browse files
committed
Disable errorprone for now
1 parent 3be8785 commit 65b86cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.gradle.internal.jvm.Jvm
33
plugins {
44
id 'java'
55
id 'checkstyle'
6-
id "net.ltgt.errorprone" version "0.8.1"
6+
//id "net.ltgt.errorprone" version "0.8.1" // errorprone disabled until move on from Java 8
77
id "com.github.spotbugs" version "1.6.10"
88
id 'com.bmuschko.nexus' version '2.3.1'
99
id "io.codearte.nexus-staging" version "0.20.0"
@@ -31,7 +31,7 @@ repositories {
3131
}
3232

3333
dependencies {
34-
errorprone("com.google.errorprone:error_prone_core:2.3.3")
34+
//errorprone("com.google.errorprone:error_prone_core:2.3.3")
3535

3636
compile 'com.squareup.retrofit2:retrofit:2.6.1'
3737
compile 'com.squareup.retrofit2:converter-jackson:2.6.1'

0 commit comments

Comments
 (0)