Add maven-local to the repositories and use a maven-style version range for forgified-fabric-loom
This commit is contained in:
parent
cad369b2d3
commit
91508cd1c4
|
@ -13,7 +13,7 @@ plugins {
|
||||||
kotlin("jvm") version "1.5.0"
|
kotlin("jvm") version "1.5.0"
|
||||||
id("com.github.johnrengelman.shadow") version "6.1.0" apply false
|
id("com.github.johnrengelman.shadow") version "6.1.0" apply false
|
||||||
id("architectury-plugin") version "[3.0.100, 3.2["
|
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.github.ben-manes.versions") version "0.38.0"
|
||||||
id("com.modrinth.minotaur") version "1.2.0"
|
id("com.modrinth.minotaur") version "1.2.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,7 @@ pluginManagement {
|
||||||
maven(url = "https://maven.fabricmc.net/")
|
maven(url = "https://maven.fabricmc.net/")
|
||||||
maven(url = "https://maven.shedaniel.me/")
|
maven(url = "https://maven.shedaniel.me/")
|
||||||
maven(url = "https://maven.minecraftforge.net/")
|
maven(url = "https://maven.minecraftforge.net/")
|
||||||
|
mavenLocal()
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue