File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ tasks {
4949 disable(" UnnecessarilyFullyQualified" )
5050
5151 // TODO (trask) use animal sniffer
52- disable(" Java7ApiChecker" )
5352 disable(" Java8ApiChecker" )
5453 disable(" AndroidJdkLibsChecker" )
5554
@@ -79,8 +78,8 @@ tasks {
7978 // cognitive load is dubious.
8079 disable(" YodaCondition" )
8180
82- // We get this warning in modules that compile for old java versions
83- disable(" StringConcatToTextBlock " )
81+ // Requires adding compile dependency to JSpecify
82+ disable(" AddNullMarkedToPackageInfo " )
8483
8584 if (name.contains(" Jmh" ) || name.contains(" Test" )) {
8685 // Allow underscore in test-type method names
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ dependencies {
2525 api(" com.google.auto.service:auto-service-annotations:1.1.1" )
2626 api(" com.google.auto.value:auto-value:1.11.0" )
2727 api(" com.google.auto.value:auto-value-annotations:1.11.0" )
28- api(" com.google.errorprone:error_prone_annotations:2.37 .0" )
29- api(" com.google.errorprone:error_prone_core:2.37 .0" )
28+ api(" com.google.errorprone:error_prone_annotations:2.38 .0" )
29+ api(" com.google.errorprone:error_prone_core:2.38 .0" )
3030 api(" io.github.netmikey.logunit:logunit-jul:2.0.0" )
3131 api(" io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha" )
3232 api(" io.prometheus:simpleclient:0.16.0" )
You can’t perform that action at this time.
0 commit comments