15 lines
335 B
Groovy
15 lines
335 B
Groovy
|
pluginManagement {
|
||
|
repositories {
|
||
|
maven { url "https://maven.fabricmc.net/" }
|
||
|
maven { url "https://maven.architectury.dev/" }
|
||
|
maven { url "https://maven.minecraftforge.net/" }
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
include("common")
|
||
|
include("fabric")
|
||
|
include("forge")
|
||
|
|
||
|
rootProject.name = "knockdowns-modern"
|