pluginManagement { repositories { maven(url = "https://maven.fabricmc.net/") maven(url = "https://maven.shedaniel.me/") maven(url = "https://files.minecraftforge.net/maven/") gradlePluginPortal() } } include("common") include("fabric") include("forge") rootProject.name = "SnowyGUI"