Shadow/settings.gradle
2021-12-18 18:45:40 +01:00

10 lines
No EOL
194 B
Groovy

pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}