We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89b1c7 commit b0062a7Copy full SHA for b0062a7
conventions/src/main/kotlin/otel.errorprone-conventions.gradle.kts
@@ -124,6 +124,7 @@ tasks {
124
125
// Requires adding compile dependency to JSpecify
126
disable("AddNullMarkedToPackageInfo")
127
+ disable("RequireExplicitNullMarking")
128
129
if (testLatestDeps) {
130
// Some latest dep tests are compiled for java 17 although the base version uses an older
0 commit comments