Files
Purpur/settings.gradle.kts
Ben Kerllenevich ab124e45f4 switch to fork of paperweight
don't worry paperweight/paper devs, this *will* maintain api compatibility, its mainly so we can have files in NMS
2021-06-15 13:17:41 -04:00

10 lines
193 B
Kotlin

pluginManagement {
repositories {
gradlePluginPortal()
maven("https://repo.pl3x.net/snapshots/")
}
}
rootProject.name = "Purpur"
include("Purpur-API", "Purpur-Server")