fabric-exporter/settings.gradle
2021-05-24 19:20:19 +03:00

10 lines
195 B
Groovy

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