Paper/settings.gradle.kts
Mariell Hoversholm 132382dca3
More remapped patches
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 17:52:05 +02:00

12 lines
218 B
Plaintext

pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
maven("https://wav.jfrog.io/artifactory/repo/")
}
}
rootProject.name = "Paper"
include("Paper-API", "Paper-Server")