9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-19 14:59:32 +00:00
Files
LeavesMC/settings.gradle.kts
violetc 014a532af5 init
2021-10-30 19:42:38 +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")