[norelease] Update to archloom 0.7.2 and Gradle 7

This commit is contained in:
Max
2021-05-18 17:43:50 +02:00
parent 0b2c0d8d74
commit 43c8bae105
6 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ dependencies {
mappings loom.officialMojangMappings()
// We depend on fabric loader here to use the fabric @Environment annotations
// Do NOT use other classes from fabric loader
modCompile "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
implementation project(":common")
}