Skip to content

Commit 23b07cb

Browse files
committed
Disable errorprone RequestExplicitNullMarking
Currently not causing failures, but spamming warnings. Ported from open-telemetry/opentelemetry-java#7890
1 parent 671b2e9 commit 23b07cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conventions/src/main/kotlin/otel.errorprone-conventions.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ tasks {
124124

125125
// Requires adding compile dependency to JSpecify
126126
disable("AddNullMarkedToPackageInfo")
127+
disable("RequireExplicitNullMarking")
127128

128129
if (testLatestDeps) {
129130
// Some latest dep tests are compiled for java 17 although the base version uses an older

0 commit comments

Comments
 (0)