Files
Civ/settings.gradle.kts
AngrySoundTech 17d0e31931 Relocate citadel
2024-02-16 12:51:03 -05:00

15 lines
339 B
Kotlin

rootProject.name = "Civ"
plugins {
id("com.gradle.enterprise") version "3.16.2"
}
include(":plugins:citadel-paper")
include(":plugins:civmodcore-paper")
include(":plugins:civspy-api")
include(":plugins:civspy-paper")
include(":plugins:civspy-bungee")
// TODO include(":plugins:namelayer-bungee")
include(":plugins:namelayer-paper")