-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
downloadSchemasTask is always executed even when inputs don't change #179
Comments
I tried setting the
|
Hey, sorry for the delay, found a couple minutes today to look at some issues of this project. If we migrate those data classes to Classes that implement Serializable we might be able to use the task caching correclty. If you want to throw a PR starting only on the DownloadTask for instance to validate this, that would be great ! |
As mentioned in discussion #178, the
downloadSchemasTask
is always executed even when the inputs don't change.I have created https://github.com/filipblondeel/imflog-schema-registry-plugin_issue-179 with a minimal Gradle build that shows this behavior.
When I run
./gradlew downloadSchemasTask
multiple times, thedownloadSchemasTask
is never marked as 'UP-TO-DATE'. However, since the inputs of the task don't change, I would expect it to be up-to-date after the first run.The text was updated successfully, but these errors were encountered: