mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 06:50:12 +01:00
ee3cf8cc09
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
11 lines
218 B
Text
11 lines
218 B
Text
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
gradlePluginPortal()
|
|
maven("https://wav.jfrog.io/artifactory/repo/")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "Paper"
|
|
|
|
include("Paper-API", "Paper-Server")
|