Skip to content

Commit

Permalink
ci: more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Mar 6, 2024
1 parent 4347f9f commit f3bc4fe
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions launchdarkly-android-client-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,19 +138,6 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
from javadoc.destinationDir
}

// Force the Javadoc build to fail if there are any Javadoc warnings. See: https://discuss.gradle.org/t/javadoc-fail-on-warning/18141/3
if (JavaVersion.current().isJava8Compatible()) {
tasks.withType(Javadoc) {
// The '-quiet' as second argument is actually a hack,
// since the one parameter addStringOption doesn't seem to
// work, we extra add '-quiet', which is added anyway by
// gradle. See https://github.com/gradle/gradle/issues/2354
// See JDK-8200363 (https://bugs.openjdk.java.net/browse/JDK-8200363)
// for information about the -Xwerror option.
options.addStringOption("Xwerror", "-quiet")
}
}

tasks.withType(Javadoc) {
// The following should allow hyperlinks to com.launchdarkly.logging classes to go to
// the correct external URLs
Expand Down

0 comments on commit f3bc4fe

Please sign in to comment.