Teppo Kurki
Teppo Kurki
Still a valid issue on version 4.0.5
Reproducable on 23.3.1 and 24.0.0-alpha6 as well.
Tested this out with Vaadin 24.2.0 and the [base starter](https://github.com/vaadin/base-starter-gradle). There the caching seems to work fine. This is the output I get: ``` > Task :vaadinPrepareFrontend FROM-CACHE Build cache...
Most likely without knowing all th relevant context here, the caching seems to work like it should. `vaadinPrepareFrontend` will update dev dependencies only and `vaadinBuildFrontend` will update frontend dependencies to...
With the provided example run locally, `vaadinBuildFrontend` updates `package.json` once (the outdated frontend dependency) and after that no more updates.
Thanks for the additional info @steve-todorov. It is at least progress that the local cache works now. I checked out your branch and can confirm that. So issue could be...
Can confirm point 1 from @mvysny above; the timestamp does update even though the contents do not change. This might be the underlying reason for this behavior. Unfortunately could not...
I'm looking into the issue currently, no need to create a new issue, I will create one when needed. Right now I can't reliably reproduce the timestamp update of `package.json`...
Needs https://github.com/vaadin/flow/issues/19261 to be implemented first
Related: https://github.com/vaadin/flow/issues/19211