Skip to content

Commit

Permalink
Default to latest version of informative-annotations (#4199)
Browse files Browse the repository at this point in the history
* Default to latest version of informative-annotations

* Update Core/build.gradle.kts
  • Loading branch information
NotMyFault authored Oct 7, 2023
1 parent 40c70aa commit f848162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f848162

Please sign in to comment.