SnowyGUI/settings.gradle.kts
Username404 7574605480
Port to 1.19.4
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
2024-02-25 15:02:52 +01:00

18 lines
368 B
Plaintext

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