mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-13 02:15:09 +01:00
16 lines
347 B
Groovy
16 lines
347 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven { url "https://maven.fabricmc.net/" }
|
|
maven { url "https://maven.architectury.dev/" }
|
|
maven { url "https://maven.neoforged.net/releases" }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
include("common")
|
|
include("fabric")
|
|
include("neoforge")
|
|
//include("quilt")
|
|
|
|
rootProject.name = "blur"
|