Release 7.2.1

This commit is contained in:
Alexander Brandes
2023-12-09 10:13:42 +01:00
parent d130794453
commit 85bec710df
7 changed files with 8 additions and 8 deletions

View File

@ -105,7 +105,7 @@ tasks {
opt.links("https://intellectualsites.github.io/plotsquared-javadocs/core/")
opt.links("https://jd.advntr.dev/api/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://checkerframework.org/api/")
opt.isLinkSource = true
opt.bottom(File("$rootDir/javadocfooter.html").readText())
opt.isUse = true

View File

@ -31,7 +31,7 @@ import org.bukkit.event.player.PlayerSignOpenEvent;
/**
* For events since 1.20.1
* @since TODO
* @since 7.2.1
*/
public class PlayerEventListener1201 implements Listener {