PlotSquared/settings.gradle.kts

6 lines
150 B
Plaintext
Raw Normal View History

rootProject.name = "PlotSquared"
include("Core", "Bukkit")
project(":Core").name = "PlotSquared-Core"
project(":Bukkit").name = "PlotSquared-Bukkit"