Skip to content

Commit

Permalink
chore(build): Fix Javadoc links paths
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Oct 14, 2023
1 parent b2ed60f commit 6489674
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ tasks.withType(Javadoc).configureEach {
options.links(
"https://lightbend.github.io/config/latest/api/",
"https://fasterxml.github.io/jackson-core/javadoc/2.10/",
"https://www.javadoc.io/doc/org.checkerframework/checker-qual/${libs.versions.checkerQual}/",
"https://www.javadoc.io/doc/io.leangen.geantyref/geantyref/${libs.versions.geantyref}/"
"https://www.javadoc.io/doc/org.checkerframework/checker-qual/${libs.versions.checkerQual.get()}/",
"https://www.javadoc.io/doc/io.leangen.geantyref/geantyref/${libs.versions.geantyref.get()}/"
)
options.linkSource()
}
Expand Down

0 comments on commit 6489674

Please sign in to comment.