mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Fix datagen task output
This commit is contained in:
@@ -208,7 +208,7 @@ public abstract class FabricApiExtension {
|
||||
|
||||
// Add the output directory as an output allowing the task to be skipped.
|
||||
getProject().getTasks().named("runDatagen", task -> {
|
||||
task.getOutputs().file(outputDirectory);
|
||||
task.getOutputs().dir(outputDirectory);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user