This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
Gestus/settings.gradle
TheBrokenRail a967ba2952
All checks were successful
Gestus/pipeline/head This commit looks good
1.0.0
2020-08-11 17:00:26 -04:00

12 lines
223 B
Groovy

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