Edit the version range of the architectury plugin

This commit is contained in:
Username404-59 2021-04-27 22:20:00 +02:00
parent 8ed7b55054
commit 282f873da4
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1

View File

@ -12,7 +12,7 @@ buildscript {
plugins {
kotlin("jvm") version "1.5.0"
id("com.github.johnrengelman.shadow") version "6.1.0" apply false
id("architectury-plugin") version "[3.0.100, 3.1]"
id("architectury-plugin") version "[3.0.100, 3.2["
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"