Skip to content
New issue

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

Support gradle task cache #71

Open
tnielens-centrica opened this issue Jan 23, 2024 · 0 comments
Open

Support gradle task cache #71

tnielens-centrica opened this issue Jan 23, 2024 · 0 comments

Comments

@tnielens-centrica
Copy link

tnielens-centrica commented Jan 23, 2024

The tasks of this plugin don't seem to support the gradle task cache.

  • Expected behavior
    When I configure my jaxb generation to strip varying parts of the generation output with args = ["-npa", "-no-header"], I expect the gradle cache to kick in, and the output of the generation to be retrieved from the gradle task cache.
  • Observed behavior
    The output of the generation is not retrieved from the task cache. The task isn't configured for caching.
    From the log:
Caching disabled for task ':my-project:jaxbJavaGenMyName' because:
  Caching has not been enabled for the task

Relates to #70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant