Skip to content

Commit

Permalink
Also don't delete datagen output on clean
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Dec 2, 2024
1 parent 1dd203a commit 731b921
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@ public void configureDataGeneration(Action<DataGenerationSettings> action) {
jar.exclude(".cache/**");
});

taskContainer.getByName(LifecycleBasePlugin.CLEAN_TASK_NAME, task -> {
Delete clean = (Delete) task;
clean.delete(outputDirectory);
});

if (settings.getCreateSourceSet().get()) {
final boolean isClientAndSplit = extension.areEnvironmentSourceSetsSplit() && settings.getClient().get();

Expand Down

0 comments on commit 731b921

Please sign in to comment.