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.
GulliverReloaded/settings.gradle
TheBrokenRail 2a3223a873
All checks were successful
Gulliver Reloaded/pipeline/head This commit looks good
1.0
Initial Release
2020-03-26 23:05:28 -04:00

13 lines
235 B
Groovy

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