From f8481620668f103b76e5364a80b73009ca91f8b0 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sat, 7 Oct 2023 20:14:10 +0200 Subject: [PATCH] Default to latest version of informative-annotations (#4199) * Default to latest version of informative-annotations * Update Core/build.gradle.kts --- Core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/build.gradle.kts b/Core/build.gradle.kts index 867f7ac4a..bdaab0fb7 100644 --- a/Core/build.gradle.kts +++ b/Core/build.gradle.kts @@ -72,7 +72,7 @@ tasks { 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://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.bottom(File("$rootDir/javadocfooter.html").readText()) opt.isUse = true