mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-15 19:25:09 +01:00
- Iris' shader selection screen is excluded by default - Also added unifiedPublishing for easier update publishing
13 lines
276 B
Groovy
13 lines
276 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
maven { url "https://maven.architectury.dev/" }
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "blur" |