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




                           
                                              


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