Skip to content

Commit b0062a7

Browse files
committed
Disable errorprone RequestExplicitNullMarking
1 parent c89b1c7 commit b0062a7

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)