[jOOQ/jOOQ#16275] Remove unnecessary up-to-date prevention in jOOQ-codegen-gradle

This commit is contained in:
Lukas Eder 2024-02-15 08:32:14 +01:00
parent d24fde1530
commit a0b37495f8

View File

@ -82,9 +82,6 @@ public class CodegenTask extends DefaultTask {
this.providers = providers;
this.codegenClasspath = codegenClasspath;
this.named = new ArrayList<>();
// TODO: Can we optimise this without using internals?
getOutputs().upToDateWhen(task -> false);
}
@TaskAction