mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-29 20:09:23 +00:00
17 lines
426 B
Plaintext
17 lines
426 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
mavenLocal() // Should remove this after we merge Leavesweight#2
|
|
gradlePluginPortal()
|
|
maven("https://repo.leavesmc.org/snapshots/")
|
|
maven("https://repo.papermc.io/repository/maven-public/")
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version("0.9.0")
|
|
}
|
|
|
|
rootProject.name = "Leaves"
|
|
|
|
include("leaves-api", "leaves-server")
|