Update to Architectury Plugin 3.1 to support detecting the api FabricLoader

Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
shedaniel
2021-05-03 01:53:45 +08:00
parent 5accb65ee8
commit 4ef8729174
4 changed files with 13 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
pluginManagement {
repositories {
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.shedaniel.me/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://files.minecraftforge.net/maven/" }
gradlePluginPortal()
}