mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
15 lines
297 B
Groovy
15 lines
297 B
Groovy
pluginManagement {
|
|
repositories {
|
|
jcenter()
|
|
maven { url "https://maven.fabricmc.net/" }
|
|
maven { url "https://dl.bintray.com/shedaniel/cloth" }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
include("common")
|
|
include("fabric")
|
|
include("forge")
|
|
|
|
rootProject.name = "architectury"
|