pluginManagement { repositories { maven { name = 'Quilt' url = 'https://maven.quiltmc.org/repository/release' } maven { name = 'Quilt Snapshots' url = 'https://maven.quiltmc.org/repository/snapshot' } // Currently needed for Intermediary and other temporary dependencies maven { name = 'Fabric' url = 'https://maven.fabricmc.net/' } gradlePluginPortal() } }