Allow the buildscript to use architectury-plugin 3.4 or lower

This commit is contained in:
Username404 2021-08-03 22:30:59 +02:00
parent 880706eaa9
commit 0797d35aa8
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ plugins {
kotlin("jvm") version "1.5.30-M1"
kotlin("plugin.serialization") version "1.5.30-M1"
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("architectury-plugin") version "[3.0.100, 3.3["
id("architectury-plugin") version "[3.0.100, 3.4["
id("dev.architectury.loom") version (
if (JavaVersion.current() >= JavaVersion.VERSION_16)
"[0.9.0.153, 0.9.1["