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

rootProject.name = 'LibGui'

include ':GuiTest'