We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the crd2Java task of the JavaGenerator plugin for Gradle, the plugin always generates sources even if the CRDs have not changed.
crd2Java
This could be optimized by setting the CRDs as inputs of the task, and the generated sources as outputs of the task.
No response
The text was updated successfully, but these errors were encountered:
Hi @heruan , thanks for taking the time to file this issue!
That's correct, we are currently always re-generating everything, since the generation is idempotent this is "only" a matter of efficiency.
Seems like you already know what are the necessary changes(I expect something along those lines ), would you mind submitting a PR to fix this aspect?
As input we need to have the CRDs plus the plugin configuration.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: