From 1e7076a44ec908c51b322bf7fc224f61879ad923 Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Mon, 18 Jul 2022 15:30:08 +0200 Subject: [PATCH] Fix version substitution in metadata --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 32b76ba9..1e6af504 100755 --- a/build.gradle +++ b/build.gradle @@ -122,7 +122,7 @@ task remapTestmodJar(type: RemapJarTask, dependsOn: project.testmodJar) { processLaunchResources { inputs.property "version", project.version - filesMatching('fabric.mod.json') { + filesMatching('quilt.mod.json') { expand "version": project.version } }