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 0f691e3 commit 249f947Copy full SHA for 249f947
sdk-serde-jackson/build.gradle.kts
@@ -21,3 +21,5 @@ dependencies {
21
testImplementation(libs.junit.jupiter)
22
testImplementation(libs.assertj)
23
}
24
+
25
+tasks.withType<Javadoc> { isFailOnError = false }
0 commit comments