ModUpdater/settings.gradle

13 lines
228 B
Groovy
Raw Permalink Normal View History

2020-06-24 02:04:22 +00:00
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
rootProject.name = 'modupdater'