2024-10-22

修复BUG
修复无法构建BUG
This commit is contained in:
叁玖领域 2024-10-22 20:43:40 +08:00
parent 5e16e302cf
commit c170f082cf

View File

@ -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()
}
}