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