SnowyGUI/settings.gradle.kts

18 lines
375 B
Plaintext
Raw Normal View History

2021-04-08 10:18:46 +02:00
pluginManagement {
repositories {
maven(url = "https://maven.fabricmc.net/")
2021-04-29 14:45:35 +02:00
maven(url = "https://maven.architectury.dev/")
maven(url = "https://maven.neoforged.net/releases/")
mavenCentral()
mavenLocal()
2021-04-08 10:18:46 +02:00
gradlePluginPortal()
}
}
include("common")
include("fabric")
include("neoforge")
2021-04-08 10:18:46 +02:00
rootProject.name = "SnowyGUI"