@@ -25,7 +25,7 @@ plugins {
25
25
id ' com.github.johnrengelman.shadow' version ' 5.1.0'
26
26
id " com.simonharrer.modernizer" version ' 1.8.0-1'
27
27
id ' me.champeau.gradle.jmh' version ' 0.4.8'
28
- id ' net.ltgt.errorprone' version ' 0.8.1'
28
+ // id 'net.ltgt.errorprone' version '0.8.1'
29
29
id ' com.github.ben-manes.versions' version ' 0.22.0'
30
30
id ' org.javamodularity.moduleplugin' version ' 1.5.0'
31
31
id ' org.openjfx.javafxplugin' version ' 0.0.8'
@@ -99,7 +99,7 @@ repositories {
99
99
}
100
100
101
101
configurations {
102
- errorprone
102
+ // errorprone
103
103
libreoffice
104
104
105
105
// TODO: Remove the following workaround for split error messages such as
@@ -189,7 +189,16 @@ dependencies {
189
189
exclude module : ' fastparse_2.12'
190
190
}
191
191
192
- // errorprone 'com.google.errorprone:error_prone_core:2.3.2'
192
+ /*
193
+ TODO: Reenable error prone as soon as https://github.com/google/error-prone/issues/1210 is fixed
194
+ errorprone ('com.google.errorprone:error_prone_core:2.3.2') {
195
+ exclude module: "jsr305"
196
+ exclude group: 'org.checkerframework', module: 'checker-qual'
197
+ exclude group: 'com.google.errorprone', module: 'error_prone_annotation'
198
+ exclude group: 'com.google.errorprone', module: 'error_prone_annotations'
199
+ exclude group: 'com.google.errorprone', module: 'error_prone_check_api'
200
+ }
201
+ */
193
202
194
203
compile group : ' com.microsoft.azure' , name : ' applicationinsights-core' , version : ' 2.4.1'
195
204
compile group : ' com.microsoft.azure' , name : ' applicationinsights-logging-log4j2' , version : ' 2.4.1'
0 commit comments