mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-13 02:15:09 +01:00
11 lines
203 B
Groovy
11 lines
203 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "blur" |