Files
Blur/settings.gradle
2022-06-11 19:40:09 +00:00

11 lines
203 B
Groovy

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