Skip to content

Commit

Permalink
Fix datagen task output
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Nov 30, 2024
1 parent 0769601 commit 1d0946f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public void configureDataGeneration(Action<DataGenerationSettings> action) {

// 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);
});
}
}
Expand Down

0 comments on commit 1d0946f

Please sign in to comment.