Update loom for full gradle 7 support

This commit is contained in:
Username404-59 2021-04-13 10:50:56 +02:00
parent 6f5ef9dace
commit 8a1aa2680d
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ plugins {
kotlin("jvm") version "1.5.0-M2"
id("com.github.johnrengelman.shadow") version "6.1.0" apply false
id("architectury-plugin") version "3.0-SNAPSHOT"
id("forgified-fabric-loom") version "0.6-SNAPSHOT" apply false
id("forgified-fabric-loom") version "0.7.0-SNAPSHOT" apply false
}
group = "fr.username404"