mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
# Conflicts: # fabric/src/main/resources/architectury.mixins.json # gradle.properties # settings.gradle
19 lines
442 B
Groovy
19 lines
442 B
Groovy
pluginManagement {
|
|
repositories {
|
|
jcenter()
|
|
maven { url "https://maven.fabricmc.net/" }
|
|
maven { url "https://dl.bintray.com/shedaniel/cloth" }
|
|
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"
|