Files
Blur/settings.gradle
Martin Prokoph 5f0d65e84c Update to 1.21 & Add exclusion list
- Iris' shader selection screen is excluded by default
- Also added unifiedPublishing for easier update publishing
2024-06-17 11:09:58 +02:00

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"