mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-29 19:52:55 +01:00
10 lines
197 B
Text
10 lines
197 B
Text
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven("https://wav.jfrog.io/artifactory/repo/")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "Paper"
|
|
|
|
include("Paper-API", "Paper-Server")
|