From 8088fdf8342879c16c32ac7cd733489086915f19 Mon Sep 17 00:00:00 2001 From: Ned Loynd <41816363+NeRdTheNed@users.noreply.github.com> Date: Wed, 14 Oct 2020 17:35:41 +1100 Subject: [PATCH] Switch to double quotes to match style D'oh! --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6234cd0..220d900 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { processResources { inputs.property "version", project.version - filesMatching('fabric.mod.json') { + filesMatching("fabric.mod.json") { expand "version": project.version } }