From 04f76e1347fb1ce0be8675d8343c91b0a2c9bbdf Mon Sep 17 00:00:00 2001 From: CammiePone Date: Mon, 30 Aug 2021 09:54:24 -0400 Subject: [PATCH] 1.17 time :crob: --- build.gradle | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 9507e8e..10962c7 100644 --- a/build.gradle +++ b/build.gradle @@ -36,13 +36,10 @@ dependencies { processResources { inputs.property "version", project.version - from(sourceSets.main.resources.srcDirs) { - include "fabric.mod.json" - expand "version": project.version - } + filteringCharset = "UTF-8" - from(sourceSets.main.resources.srcDirs) { - exclude "fabric.mod.json" + filesMatching("fabric.mod.json") { + expand "version": project.version } }