mirror of
https://github.com/Samsuik/Sakura.git
synced 2025-12-25 01:39:25 +00:00
15 lines
298 B
Plaintext
15 lines
298 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven("https://papermc.io/repo/repository/maven-public/")
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
|
}
|
|
|
|
rootProject.name = "sakura"
|
|
|
|
include("sakura-api", "sakura-server")
|