[ci skip] chore: Update renovate excludes (Closes #3678)

This commit is contained in:
Alexander Brandes
2022-06-13 11:36:46 +02:00
parent 8b52461271
commit 565838ad43
4 changed files with 2 additions and 20 deletions

View File

@ -59,7 +59,7 @@ tasks {
withType<Javadoc> {
val opt = options as StandardJavadocDocletOptions
opt.links("https://docs.enginehub.org/javadoc/com.sk89q.worldedit/worldedit-core/" + libs.worldeditCore.get().versionConstraint.toString())
opt.links("https://jd.adventure.kyori.net/api/" + libs.adventure.get().versionConstraint.toString())
opt.links("https://jd.adventure.kyori.net/api/4.9.3/")
opt.links("https://google.github.io/guice/api-docs/" + libs.guice.get().versionConstraint.toString() + "/javadoc/")
opt.links("https://checkerframework.org/api/")
}