Require architectury 3.0.100 or higher in the root-level build.gradle.kts

This commit is contained in:
Username404-59 2021-04-20 22:11:22 +02:00
parent b7759bbd31
commit c3b7ae6e3e
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ buildscript {
plugins {
kotlin("jvm") version "1.5.0-RC"
id("com.github.johnrengelman.shadow") version "6.1.0" apply false
id("architectury-plugin") version "3.0-SNAPSHOT"
id("architectury-plugin") version "[3.0.100,)"
id("forgified-fabric-loom") version "0.7.0-SNAPSHOT" apply false
id("com.github.ben-manes.versions") version "0.38.0"
id("com.modrinth.minotaur") version "1.2.0"