mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
10 lines
186 B
Kotlin
10 lines
186 B
Kotlin
rootProject.name = "Civ"
|
|
|
|
plugins {
|
|
id("com.gradle.enterprise") version "3.16.2"
|
|
}
|
|
|
|
include(":plugins:civspy-api")
|
|
include(":plugins:civspy-paper")
|
|
include(":plugins:civspy-bungee")
|