mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
18 lines
413 B
Groovy
18 lines
413 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven { url "https://maven.fabricmc.net/" }
|
|
maven { url "https://maven.architectury.dev/" }
|
|
maven { url "https://files.minecraftforge.net/maven/" }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
include("common")
|
|
include("fabric")
|
|
include("forge")
|
|
include("testmod-common")
|
|
include("testmod-fabric")
|
|
include("testmod-forge")
|
|
|
|
rootProject.name = "architectury"
|