aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
blob: 432c26ae5ebb305eccaa9c42450ced9ccb601c06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
pluginManagement {
    repositories {
        jcenter()
        maven {
            name = 'Fabric'
            url = 'https://maven.fabricmc.net/'
        }
        gradlePluginPortal()
    }
}

rootProject.name = "RoughlyEnoughItems"