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 configuration cache #70

Open
tnielens-centrica opened this issue Jan 23, 2024 · 1 comment
Open

Support gradle configuration cache #70

tnielens-centrica opened this issue Jan 23, 2024 · 1 comment

Comments

@tnielens-centrica
Copy link
Contributor

I'm facing configuration cache issues when applying your plugin.

- Task `:my-project:jaxbJavaGenV1311` of type `com.intershop.gradle.jaxb.task.SchemaToJavaTask`: invocation of 'Task.project' at execution time is unsupported.
  See https://docs.gradle.org/8.5/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution

To reproduce, run jaxbJavaGen<name> with --configuration-cache on any project using this plugin. Gradle version 8.5.

The gradle configuration cache complements the task cache and enables important speed-ups in large multi-module projects.

This was referenced Jan 23, 2024
@tnielens-centrica
Copy link
Contributor Author

Relates to #59.

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