File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
conventions/src/main/kotlin Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,6 @@ nullaway {
1818
1919tasks {
2020 withType<JavaCompile >().configureEach {
21- options.errorprone {
22- // workaround for https://github.com/google/error-prone/issues/5387
23- check(" RequireExplicitNullMarking" , CheckSeverity .OFF )
24- }
2521 options.errorprone.nullaway {
2622 if (name.contains(" test" , ignoreCase = true )) {
2723 disable()
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ val DEPENDENCIES = listOf(
8585 " io.r2dbc:r2dbc-proxy:1.1.6.RELEASE" ,
8686 " ch.qos.logback:logback-classic:1.3.16" , // 1.4+ requires Java 11+
8787 " uk.org.webcompere:system-stubs-jupiter:2.0.3" ,
88- " com.uber.nullaway:nullaway:0.12.13 " ,
88+ " com.uber.nullaway:nullaway:0.12.14 " ,
8989 " commons-beanutils:commons-beanutils:1.11.0" ,
9090 " commons-cli:commons-cli:1.11.0" ,
9191 " commons-codec:commons-codec:1.20.0" ,
You can’t perform that action at this time.
0 commit comments