1 2 3 4 5 6 7 8 9 10 11 12
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"