FreshCoffee/settings.gradle

13 lines
229 B
Groovy
Raw Normal View History

2020-08-22 22:05:06 -04:00
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
rootProject.name = 'freshcoffee'