Folia/settings.gradle.kts

11 lines
207 B
Plaintext
Raw Normal View History

2021-06-12 20:09:34 +08:00
pluginManagement {
repositories {
gradlePluginPortal()
2022-12-14 05:27:38 +08:00
maven("https://repo.papermc.io/repository/maven-public/")
2021-06-12 20:09:34 +08:00
}
}
2023-02-24 00:13:45 +08:00
rootProject.name = "Folia"
2021-06-12 20:09:34 +08:00
2023-02-24 00:13:45 +08:00
include("Folia-API", "Folia-Server")