DoubleDoors/settings.gradle

10 lines
194 B
Groovy
Raw Normal View History

2019-10-26 15:25:33 +00:00
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}