Skip to content

Commit

Permalink
temporarily ignore javadoc tool errors due to expired certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Dec 10, 2023
1 parent f172a2c commit 6042bb1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ tasks.jar {
}

tasks.withType<Javadoc>().configureEach {
setFailOnError(false)

Check notice on line 81 in gradle/plugins/src/main/kotlin/lifecycle/java-library-caffeine-conventions.gradle.kts

View workflow job for this annotation

GitHub Actions / Qodana Community for JVM

Accessor call that can be replaced with property access syntax

Use of setter method instead of property access syntax
javadocOptions {
links(
"https://checkerframework.org/api/",
Expand Down

0 comments on commit 6042bb1

Please sign in to comment.