Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Brandes
90598938dd Update Core/build.gradle.kts 2023-10-06 10:06:13 +02:00
Alexander Brandes
bb4bde5211 Default to latest version of informative-annotations 2023-10-05 21:33:14 +02:00

View File

@@ -72,7 +72,7 @@ tasks {
opt.links("https://jd.advntr.dev/text-minimessage/4.14.0/") opt.links("https://jd.advntr.dev/text-minimessage/4.14.0/")
opt.links("https://google.github.io/guice/api-docs/" + libs.guice.get().versionConstraint.toString() + "/javadoc/") opt.links("https://google.github.io/guice/api-docs/" + libs.guice.get().versionConstraint.toString() + "/javadoc/")
opt.links("https://checkerframework.org/api/") opt.links("https://checkerframework.org/api/")
opt.links("https://javadocs.dev/com.intellectualsites.informative-annotations/informative-annotations/1.4/") opt.links("https://javadocs.dev/com.intellectualsites.informative-annotations/informative-annotations/latest")
opt.isLinkSource = true opt.isLinkSource = true
opt.bottom(File("$rootDir/javadocfooter.html").readText()) opt.bottom(File("$rootDir/javadocfooter.html").readText())
opt.isUse = true opt.isUse = true