antichamber/settings.gradle
2021-04-26 00:57:14 -04:00

9 lines
177 B
Groovy

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