Files
architectury-api/settings.gradle
Emma Pointer-Null dbb955808f Update to 22w11a (#222)
* Update to 22w11a

* fix aw

* update fapi ver
2022-03-19 20:58:32 +08:00

23 lines
616 B
Groovy

pluginManagement {
repositories {
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://files.minecraftforge.net/maven/" }
maven { url "https://server.bbkr.space/artifactory/libs-release/" }
gradlePluginPortal()
}
}
if (JavaVersion.current().ordinal() + 1 < 17) {
throw new IllegalStateException("Please run gradle with Java 17+!")
}
include("common")
include("fabric")
//include("forge")
include("testmod-common")
include("testmod-fabric")
//include("testmod-forge")
rootProject.name = "architectury"