Skip to content

Gradle Plugin 0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mehdi-vaadin mehdi-vaadin released this 02 Jul 11:15
42516aa

Pre-release 0.8.0 of the Vaadin Gradle Plugin

Notable changes since 0.7.0:

  • Allow specifying node.js download URL (#78)
  • vaadinClean now properly deletes pnpm-related files (#74)
  • Ensuring compatibility with Vaadin 14.3 (Flow 2.3)
  • The plugin now logs everything it's doing into logger.info (#72)

Migration path:

As the production mode is not enabled automatically by invoking vaadinBuildFrontend, you need to specify the -Pvaadin.productionMode Gradle parameter to enable the production mode.

On the flip side, this will make Gradle run the vaadinBuildFrontend task automatically, so you no longer need to run the task manually.