fabric-example-mod/settings.gradle
2020-09-17 22:14:52 -04:00

12 lines
218 B
Groovy

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