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

12 lines
230 B
Groovy
Raw Permalink Normal View History

2020-07-13 20:37:21 +00:00
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
2020-07-22 18:10:31 +00:00
rootProject.name = 'energonrelics'