mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-26 10:44:42 +02:00
Rewrite build scripts
Co-Authored By: Mariell Hoversholm <proximyst@proximyst.com>
This commit is contained in:

committed by
Alexander Söderberg

parent
544d57c720
commit
ec23fcdd75
6
settings.gradle.kts
Normal file
6
settings.gradle.kts
Normal file
@ -0,0 +1,6 @@
|
||||
rootProject.name = "PlotSquared"
|
||||
|
||||
include("Core", "Bukkit")
|
||||
|
||||
project(":Core").name = "PlotSquared-Core"
|
||||
project(":Bukkit").name = "PlotSquared-Bukkit"
|
Reference in New Issue
Block a user