Desktop (please complete the following information):
- OS: macOS 12.x, macOS 13.x, Ubuntu 22.4, Windows 11
- JDK version: 11 (temurin + zulu tested)
- Gradle version: 7.5.1
- Vaadin Plugin version: 23.1.17
Describe the bug
Running ./gradlew vaadinBuildFrontend sometimes fails with ZipException: ZipFile invalid LOC header (bad signature) (Stacktrace1.txt).
There are days without the bug, there are others where every vaadinBuildFrontend causes the error.
Identified preconditions: The Bug only surfaces
- when there are changes made to the gradle project containing the Vaadin UI
- when the gradle daemon is used (from the 2nd run)
- ?
Workaround
Stop the daemon using ./gradlew --stop and run the task again.
To Reproduce
Reproduction is not possible... it seems to be somewhat dependent on the changes made to the sources.
Expected behavior
successful frontend build
Additional context
Add any other context about the problem here.