@@ -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
@@ -185,9 +185,20 @@ dependencies {
185
185
compile group : ' jakarta.xml.bind' , name : ' jakarta.xml.bind-api' , version : ' 2.3.2'
186
186
compile group : ' org.glassfish.jaxb' , name : ' jaxb-runtime' , version : ' 2.3.2'
187
187
188
- compile ' com.github.tomtung:latex2unicode_2.12:0.2.6'
188
+ compile (' com.github.tomtung:latex2unicode_2.12:0.2.6' ) {
189
+ exclude module : ' fastparse_2.12'
190
+ }
189
191
190
- 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
+ */
191
202
192
203
compile group : ' com.microsoft.azure' , name : ' applicationinsights-core' , version : ' 2.4.1'
193
204
compile group : ' com.microsoft.azure' , name : ' applicationinsights-logging-log4j2' , version : ' 2.4.1'
0 commit comments