Add maven-local to the repositories and use a maven-style version range for forgified-fabric-loom

This commit is contained in:
Username404-59 2021-04-29 14:00:39 +02:00
parent cad369b2d3
commit 91508cd1c4
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ 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.2["
id("forgified-fabric-loom") version "0.7.0-SNAPSHOT" apply false
id("forgified-fabric-loom") version "[0.7.0, 0.7.1[" apply false
id("com.github.ben-manes.versions") version "0.38.0"
id("com.modrinth.minotaur") version "1.2.0"
}

View File

@ -3,6 +3,7 @@ pluginManagement {
maven(url = "https://maven.fabricmc.net/")
maven(url = "https://maven.shedaniel.me/")
maven(url = "https://maven.minecraftforge.net/")
mavenLocal()
gradlePluginPortal()
}
}