mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 08:27:43 +01:00
don't worry paperweight/paper devs, this *will* maintain api compatibility, its mainly so we can have files in NMS
10 lines
193 B
Kotlin
10 lines
193 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven("https://repo.pl3x.net/snapshots/")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "Purpur"
|
|
include("Purpur-API", "Purpur-Server")
|