What went wrong: Execution failed for task ‘:compileJava’.
Could not expand ZIP ‘/Users/${USER}/.gradle/caches/modules-2/files-2.1/io.jmix.datatools/jmix-datatools-ui/1.3.5/bd3765f049276138e3eac90d9396a3f87f3c6d6b/jmix-datatools-ui-1.3.5.jar’.
on macOS M3
Hello @puchong.sua,
Try running gradle clean vaadinClean and restarting the app. If this does not help, also clear the gradle caches.
gradle clean vaadinClean
Regards, Nikita
Thank! @shchienko
I tried running the script, but it still doesn’t fix it. The java version 11 and gradle version 7.4.2
Thank you. Chong