Set the minimum versions of architectury-loom to the #152 and #153 builds

This commit is contained in:
Username404 2021-07-18 13:54:02 +02:00
parent be7deb3916
commit 95408f6546
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ plugins {
id("architectury-plugin") version "[3.0.100, 3.3[" id("architectury-plugin") version "[3.0.100, 3.3["
id("dev.architectury.loom") version ( id("dev.architectury.loom") version (
if (JavaVersion.current() >= JavaVersion.VERSION_16) if (JavaVersion.current() >= JavaVersion.VERSION_16)
"[0.9.0.131, 0.9.1[" "[0.9.0.153, 0.9.1["
else "[0.7.3.149, 0.8.0[" else "[0.7.3.152, 0.8.0["
) apply false ) apply false
id("com.github.ben-manes.versions") version "0.39.0" id("com.github.ben-manes.versions") version "0.39.0"
id("net.kyori.indra.git") version "2.0.5" id("net.kyori.indra.git") version "2.0.5"