From d7b2dd139f7e17d149a50a2ee777d28dac64b9eb Mon Sep 17 00:00:00 2001 From: Keuin Date: Fri, 13 Jan 2023 03:02:26 +0800 Subject: Upgrade loom, loader, fabric, gradle and development JDK. --- build.gradle | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 6f50530..a0678fa 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.5-SNAPSHOT' + id 'fabric-loom' version '1.0-SNAPSHOT' id 'maven-publish' } @@ -34,14 +34,9 @@ dependencies { processResources { inputs.property "version", project.version - from(sourceSets.main.resources.srcDirs) { - include "fabric.mod.json" + filesMatching("fabric.mod.json") { expand "version": project.version } - - from(sourceSets.main.resources.srcDirs) { - exclude "fabric.mod.json" - } } // ensure that the encoding is set to UTF-8, no matter what the system default is -- cgit v1.2.3