2021-04-08 10:18:46 +02:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
maven(url = "https://maven.fabricmc.net/")
|
|
|
|
maven(url = "https://maven.shedaniel.me/")
|
2021-04-29 13:45:31 +02:00
|
|
|
maven(url = "https://maven.minecraftforge.net/")
|
2021-04-08 10:18:46 +02:00
|
|
|
gradlePluginPortal()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
include("common")
|
|
|
|
include("fabric")
|
|
|
|
include("forge")
|
|
|
|
|
|
|
|
rootProject.name = "SnowyGUI"
|
|
|
|
|