aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorisXander <xandersmith2008@gmail.com>2022-12-18 20:00:31 +0000
committerisXander <xandersmith2008@gmail.com>2022-12-18 20:00:31 +0000
commitc90bf700201e18bfb42a27590809c680d05f4a46 (patch)
tree869d54401aeb57b998726b1a2860cc5e6cc1a57e /build.gradle.kts
parente20990042e761a05d46ecda65814aaaabd752724 (diff)
downloadYetAnotherConfigLib-c90bf700201e18bfb42a27590809c680d05f4a46.tar.gz
YetAnotherConfigLib-c90bf700201e18bfb42a27590809c680d05f4a46.tar.bz2
YetAnotherConfigLib-c90bf700201e18bfb42a27590809c680d05f4a46.zip
Loom 1.0.16 fixes sources jar gen
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 1e58f7d..0a0e92f 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -1,7 +1,7 @@
plugins {
java
- id("fabric-loom") version "1.0.+"
+ id("fabric-loom") version "[1.0.16, 1.1.0)" // 1.0.+ but patch must be 16 or higher
id("io.github.juuxel.loom-quiltflower") version "1.8.+"
id("com.modrinth.minotaur") version "2.4.+"
@@ -68,7 +68,7 @@ dependencies {
mappings("net.fabricmc:yarn:$minecraftVersion+build.$yarnBuild:v2")
modImplementation("net.fabricmc:fabric-loader:$fabricLoaderVersion")
- "modClientImplementation"(fabricApi.module("fabric-resource-loader-v0", "0.68.1+1.19.3"))
+ "modClientImplementation"(fabricApi.module("fabric-resource-loader-v0", "0.69.1+1.19.3"))
"testmodImplementation"(sourceSets.main.get().output)
"testmodImplementation"(sourceSets["client"].output)