Address deprecated 'Times#of()' in 'PlotPlayer' (#4207)

This commit is contained in:
Alexander Brandes
2023-10-15 14:05:04 +02:00
committed by GitHub
parent b00a46b286
commit c013b92e62
2 changed files with 1 additions and 3 deletions

View File

@ -72,8 +72,6 @@ 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/"
+ libs.informativeAnnotations.get().versionConstraint.toString())
opt.isLinkSource = true
opt.bottom(File("$rootDir/javadocfooter.html").readText())
opt.isUse = true