mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
15 lines
339 B
Kotlin
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")
|