Skip to content

Commit

Permalink
Some common configuration for library javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Dec 6, 2024
1 parent 04709e0 commit f118564
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ java {

tasks.withType<Javadoc> {
(options as StandardJavadocDocletOptions).addStringOption("Xdoclint:none", "-quiet")
isFailOnError = false
include("**/api/**")
}

val jqwik2Version: String = "${rootProject.extra.get("jqwik2Version")}"
Expand Down

0 comments on commit f118564

Please sign in to comment.