Vertispan / j2clmavenplugin

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

Incremental API and disk format for task caching #210

Closed niloc132 closed 1 year ago

niloc132 commented 1 year ago

The Task.execute() call now can examine old results and changes to inputs to make decisions about incrementally building new outputs more efficiently.

Fixes #176