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 4a69af351b 1.21 (#238)
---------

Co-authored-by: Lumine1909 <133463833+Lumine1909@users.noreply.github.com>
Co-authored-by: LittleChest <81231195+LittleChest@users.noreply.github.com>
2024-07-05 01:30:46 +08:00

16 lines
376 B
Plaintext

pluginManagement {
repositories {
gradlePluginPortal()
maven("https://repo.leavesmc.org/snapshots/")
maven("https://papermc.io/repo/repository/maven-public/")
}
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}
rootProject.name = "Leaves"
include("leaves-api", "leaves-server", "paper-api-generator")