SnowyGUI/settings.gradle.kts

18 lines
368 B
Plaintext
Raw Permalink 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/")
2021-04-29 13:45:31 +02:00
maven(url = "https://maven.minecraftforge.net/")
mavenCentral()
mavenLocal()
2021-04-08 10:18:46 +02:00
gradlePluginPortal()
}
}
include("common")
include("fabric")
include("forge")
2021-04-08 10:18:46 +02:00
rootProject.name = "SnowyGUI"