pluginManagement { repositories { maven { name = 'Fabric' url = 'https://maven.fabricmc.net/' } gradlePluginPortal() } } // Set the root project name so that the workspace folder name doesn't mess stuff up. rootProject.name = "Iceberg"