mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 16:37:43 +01:00
11 lines
200 B
Kotlin
11 lines
200 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven("https://wav.jfrog.io/artifactory/repo/")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "Purpur"
|
|
|
|
include("Purpur-API", "Purpur-Server")
|