Open
Description
Is your enhancement related to a problem? Please describe
When running the crd2Java
task of the JavaGenerator plugin for Gradle, the plugin always generates sources even if the CRDs have not changed.
Describe the solution you'd like
This could be optimized by setting the CRDs as inputs of the task, and the generated sources as outputs of the task.
Describe alternatives you've considered
No response
Additional context
No response