mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-26 09:06:40 +01:00
12 lines
218 B
Text
12 lines
218 B
Text
|
pluginManagement {
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
maven("https://wav.jfrog.io/artifactory/repo/")
|
||
|
mavenLocal()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
rootProject.name = "Paper"
|
||
|
|
||
|
include("Paper-API", "Paper-Server")
|