Skip to content

Commit

Permalink
Revert doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Sep 12, 2024
1 parent 3c1dc38 commit 48fefce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tasks.publishPlugins {
tasks.withType<Javadoc>().configureEach {
(options as? StandardJavadocDocletOptions)?.let {
it.links(
"https://docs.oracle.com/en/java/javase/17/docs/api/index.html",
"https://docs.oracle.com/javase/17/docs/api",
"https://docs.groovy-lang.org/2.4.7/html/gapi/"
)
it.addStringOption("Xdoclint:none", "-quiet")
Expand Down

0 comments on commit 48fefce

Please sign in to comment.