9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-27 10:59:17 +00:00
Files
LeavesMC/settings.gradle.kts
2022-01-01 03:34:03 +08:00

11 lines
210 B
Plaintext

pluginManagement {
repositories {
gradlePluginPortal()
maven("https://papermc.io/repo/repository/maven-public/")
}
}
rootProject.name = "Leaves"
include("leaves-api", "leaves-server")