From c170f082cf507de2baa0be65e258a41c35ebb91b Mon Sep 17 00:00:00 2001 From: 3944Realms Date: Tue, 22 Oct 2024 20:43:40 +0800 Subject: [PATCH] =?UTF-8?q?2024-10-22=20=E4=BF=AE=E5=A4=8DBUG=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=97=A0=E6=B3=95=E6=9E=84=E5=BB=BABUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 756c00a..58bcbe4 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ runs { // workingDirectory project.file('run-data') systemProperty('gradle.task', 'runData') // Specify the modid for data generation, where to output the resulting resource, and where to look for existing resources. - getArguments().addAll '--mod', project.mod_id, '--all', '--output', file('src/generated/resources/').getAbsolutePath(), '--existing', file('src/main/resources/').getAbsolutePath() + programArguments.addAll '--mod', project.mod_id, '--all', '--output', file('src/generated/resources/').getAbsolutePath(), '--existing', file('src/main/resources/').getAbsolutePath() } }