Files
architectury-loom/settings.gradle
shedaniel 3bc5ab25c0 Compile to J11
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-09-11 04:19:51 +08:00

10 lines
172 B
Groovy

pluginManagement {
repositories {
maven { url "https://maven.architectury.dev" }
gradlePluginPortal()
}
}
rootProject.name = "architectury-loom"
include "bootstrap"