mirror of
https://github.com/GeyserMC/Rainbow.git
synced 2025-12-19 06:49:22 +00:00
17 lines
311 B
Plaintext
17 lines
311 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = "Fabric"
|
|
url = uri("https://maven.fabricmc.net/")
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
includeBuild("build-logic")
|
|
}
|
|
|
|
include(":rainbow")
|
|
include(":client")
|
|
include(":datagen")
|
|
|
|
rootProject.name = "rainbow-parent"
|