2024-02-26 21:37:40 +08:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
gradlePluginPortal()
|
|
|
|
maven("https://papermc.io/repo/repository/maven-public/")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
plugins {
|
2024-05-01 11:51:55 +08:00
|
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
2024-02-26 21:37:40 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
rootProject.name = "DeerFolia"
|
|
|
|
|
|
|
|
include("deer-folia-api", "deer-folia-server")
|