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.
EnergonRelics/settings.gradle
TheBrokenRail 8256c3c9a7
All checks were successful
EnergonRelics/pipeline/head This commit looks good
Fix Project Name
2020-07-22 14:10:31 -04:00

12 lines
230 B
Groovy

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