Files
Blur/settings.gradle
2019-07-26 22:16:22 -07:00

12 lines
221 B
Groovy

pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
rootProject.name = "blur"