You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An important highlight of this release is an update to the task API to provide information about what has changed since the last successful run, enabling components of the build to incrementally build instead of starting from scratch each time. Only some tasks take advantage of this at this time, but more will be added soon. Note that this feature is disabled by default for now, but in a future release this will be enabled by default. Set system property j2cl.incremental or the plugin configuration <incrementalEnabled> to true to enable this in your project or environment.
Minimum supported Java version
As of this release Java 8 is no longer supported - a minimum of Java 11 is required to run this plugin.
Updated J2CL and Closure-Compiler
This version updates to a newer version of both J2CL and Closure-Compiler than the previous release, but these versions are from late 2022. A new release will follow soon to update to a release from Q2 2023.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Incremental tasks
An important highlight of this release is an update to the task API to provide information about what has changed since the last successful run, enabling components of the build to incrementally build instead of starting from scratch each time. Only some tasks take advantage of this at this time, but more will be added soon. Note that this feature is disabled by default for now, but in a future release this will be enabled by default. Set system property
j2cl.incremental
or the plugin configuration<incrementalEnabled>
to true to enable this in your project or environment.Minimum supported Java version
As of this release Java 8 is no longer supported - a minimum of Java 11 is required to run this plugin.
Updated J2CL and Closure-Compiler
This version updates to a newer version of both J2CL and Closure-Compiler than the previous release, but these versions are from late 2022. A new release will follow soon to update to a release from Q2 2023.
What's Changed
Full Changelog: v0.20...v0.21
This discussion was created from the release v0.21.
Beta Was this translation helpful? Give feedback.
All reactions