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