SimpleMultipart/settings.gradle

11 lines
194 B
Groovy
Raw Permalink Normal View History

2018-12-20 00:39:10 +00:00
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'http://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}