Vertispan / j2clmavenplugin

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

Update J2CL and Closure dependencies #207

Closed niloc132 closed 1 year ago

niloc132 commented 1 year ago

This branch brings us up to Nov 2022 for closure-compiler, Aug 2022 for J2CL, but leaves our current closure-library dependency at Aug 2021 for now.

The closure-compiler fork includes changes for BUNDLE to avoid parsing JS files, but only scan for dependencies or ES6 modules that require transpilation in order to be bundled.

Updating closure-compiler adds a hard dependency on Java 11+, but we've already officially dropped support for Java 8 in this repository.