Folia/settings.gradle.kts

11 lines
207 B
Plaintext
Raw Normal View History

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