Vertispan / j2clmavenplugin

Maven plugin to launch new J2CL compilation
https://vertispan.github.io/j2clmavenplugin/
Apache License 2.0
53 stars 26 forks source link

Better handling for local cache failure #226

Open niloc132 opened 1 year ago

niloc132 commented 1 year ago

Currently there is a comment in the code that claims that if the local build cache isn't behaving, the build will proceed (just less efficiently). Testing seems to suggest that this isn't true, and the build hangs as a result. Make these failures not matter, so that the build can proceed, or cleanly fail to tell the user what's going on.