mirror of
https://github.com/PaperMC/Folia.git
synced 2024-11-19 11:35:18 +01:00
11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven("https://repo.papermc.io/repository/maven-public/")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "Folia"
|
|
|
|
include("Folia-API", "Folia-Server")
|