EnergonRelics/settings.gradle

12 lines
230 B
Groovy
Raw Normal View History

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