[jOOQ/jOOQ#16275] Remove unnecessary up-to-date prevention in jOOQ-codegen-gradle
This commit is contained in:
parent
d24fde1530
commit
a0b37495f8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user