SnowyGUI/settings.gradle.kts
Username404-59 dc286683a5
Switch to architectury-loom 1.7, fix the port to 1.21
Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
2025-02-02 18:43:40 +01:00

18 lines
375 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"