Rewrite build scripts

Co-Authored By: Mariell Hoversholm <proximyst@proximyst.com>
This commit is contained in:
N0tMyFaultOG
2020-09-20 22:42:13 +02:00
committed by Alexander Söderberg
parent 544d57c720
commit ec23fcdd75
540 changed files with 829 additions and 745 deletions

6
settings.gradle.kts Normal file
View File

@ -0,0 +1,6 @@
rootProject.name = "PlotSquared"
include("Core", "Bukkit")
project(":Core").name = "PlotSquared-Core"
project(":Bukkit").name = "PlotSquared-Bukkit"