fabric-exporter/settings.gradle

11 lines
195 B
Groovy
Raw Permalink Normal View History

2021-05-24 18:20:19 +02:00
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}