Resclone/settings.gradle

11 lines
195 B
Groovy
Raw Normal View History

2020-12-29 16:14:53 +01:00
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}