Require loom 0.9.0.131 or higher on Java 16

This commit is contained in:
Username404 2021-06-26 12:50:06 +02:00
parent 952e4f0c6e
commit ce52119458
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ plugins {
id("architectury-plugin") version "[3.0.100, 3.3["
id("dev.architectury.loom") version (
if (JavaVersion.current() >= JavaVersion.VERSION_16)
"[0.8.0.130, 0.10.0["
"[0.9.0.131, 0.9.1["
else "[0.7.2.110, 0.8.0["
) apply false
id("com.github.ben-manes.versions") version "0.39.0"