Update javadoc links

This commit is contained in:
Alexander Brandes
2023-01-09 10:21:55 +01:00
parent 530fcc0fea
commit 37d6dcc7ea
3 changed files with 7 additions and 6 deletions

View File

@ -2,7 +2,7 @@ rootProject.name = "PlotSquared"
include("Core", "Bukkit")
project(":Core").name = "plotsquared-core"
project(":Bukkit").name = "plotsquared-bukkit"
project(":Core").name = "PlotSquared-Core"
project(":Bukkit").name = "PlotSquared-Bukkit"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")