summary refs log blame commit diff stats
path: root/settings.gradle
blob: 56ae60db78d2ce9ba7e351d23f1369b263b3b5d2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                              
pluginManagement {
    repositories {
        jcenter()
        maven {
            name = 'Fabric'
            url = 'http://maven.modmuss50.me/'
        }
        gradlePluginPortal()
    }
}