Files
sanctuary/settings.gradle
koka c973d535a8
Verification 26.2 / check (pull_request) Canceled after 0s
chore(pack): remove temporary ZEVENT module
2026-09-04 04:17:21 +02:00

26 lines
335 B
Groovy

pluginManagement {
repositories {
maven {
name = "Fabric"
url = "https://maven.fabricmc.net/"
}
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "sanctuary-26.2"
include(
"anotherworld",
"itsalive",
"ambiance",
"redstoner",
"iliketomoveit",
"ouch",
"onlyfun",
"sanctuary",
"events",
"masterkey"
)