SnowyGUI/settings.gradle.kts
Username404-59 b408e703c5
Update to 26.2-snapshot-1
Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
2026-04-16 16:47:04 +02:00

18 lines
377 B
Plaintext

pluginManagement {
repositories {
maven(url = "https://maven.fabricmc.net/")
maven(url = "https://maven.architectury.dev/")
maven(url = "https://maven.neoforged.net/releases/")
mavenCentral()
mavenLocal()
gradlePluginPortal()
}
}
include("common")
include("fabric")
//include("neoforge")
rootProject.name = "SnowyGUI"