Update top level group id and lowercaswe artifact names (#4060)

* Update top level group Id (#4055)

* Lowercase artifact names
This commit is contained in:
Alexander Brandes
2023-06-08 10:40:02 +02:00
committed by GitHub
parent 7c3112f30f
commit e98791c865
3 changed files with 7 additions and 7 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")