TapeMouse/settings.gradle

11 lines
195 B
Groovy
Raw Permalink Normal View History

pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
2018-12-22 17:36:30 +01:00
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
2018-12-09 17:51:48 +01:00
}