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/")
|
2021-05-02 15:44:44 +02:00
|
|
|
mavenCentral()
|
2021-04-29 14:00:39 +02:00
|
|
|
mavenLocal()
|
2021-04-08 10:18:46 +02:00
|
|
|
gradlePluginPortal()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
include("common")
|
|
|
|
include("fabric")
|
2023-04-28 16:00:28 +02:00
|
|
|
include("forge")
|
2021-04-08 10:18:46 +02:00
|
|
|
|
|
|
|
rootProject.name = "SnowyGUI"
|
|
|
|
|