SlightlyVanilla/settings.gradle

13 lines
233 B
Groovy
Raw Permalink Normal View History

2020-03-19 15:45:46 -04:00
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
rootProject.name = 'SlightlyVanilla'