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

Gradle Cache not invalidated when xml binding files change #35

Open
NilsDammenhayn opened this issue Nov 18, 2024 · 0 comments
Open

Gradle Cache not invalidated when xml binding files change #35

NilsDammenhayn opened this issue Nov 18, 2024 · 0 comments

Comments

@NilsDammenhayn
Copy link

NilsDammenhayn commented Nov 18, 2024

I'm using wsdl2java 2.0.2, Java 17 and Gradle 8.11
I just migrated my application from joda time to java time. During this process some of my binding files changed as i had to migrate them too, so i.e. <xjc:javaType name="org.joda.time.LocalDate"... became <xjc:javaType name="java.time.LocalDate"... and so on. When running a clean build, my generated files still contained the old joda time imports. Completely clearing my local gradle cache systemwide fixed the issue.
It seems to me that changes in a binding file do not contribute to a cache key here.

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