@@ -25,7 +25,7 @@ plugins {
2525 id ' com.github.johnrengelman.shadow' version ' 5.1.0'
2626 id " com.simonharrer.modernizer" version ' 1.8.0-1'
2727 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'
2929 id ' com.github.ben-manes.versions' version ' 0.22.0'
3030 id ' org.javamodularity.moduleplugin' version ' 1.5.0'
3131 id ' org.openjfx.javafxplugin' version ' 0.0.8'
@@ -99,7 +99,7 @@ repositories {
9999}
100100
101101configurations {
102- errorprone
102+ // errorprone
103103 libreoffice
104104
105105 // TODO: Remove the following workaround for split error messages such as
@@ -189,7 +189,16 @@ dependencies {
189189 exclude module : ' fastparse_2.12'
190190 }
191191
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+ */
193202
194203 compile group : ' com.microsoft.azure' , name : ' applicationinsights-core' , version : ' 2.4.1'
195204 compile group : ' com.microsoft.azure' , name : ' applicationinsights-logging-log4j2' , version : ' 2.4.1'
0 commit comments