mirror of
https://github.com/PaperMC/Folia.git
synced 2025-02-16 01:22:04 +01:00
11 lines
206 B
Plaintext
11 lines
206 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven("https://wav.jfrog.io/artifactory/repo/")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "ForkTest"
|
|
|
|
include("ForkTest-API", "ForkTest-Server")
|