Tomcat failed to start: SpringBoot + Vaadin 14 npm mode + gradle

Any idea how long you need till the ‘final’ release?

The plugin can now be tried out by early adopters. If you’d like to try it out, please see the Spring Boot example project at https://github.com/vaadin/base-starter-spring-gradle . It is possible to use the plugin without having to have global node.js+npm installed, please use the vaadinPrepareNode task. The plugin has been rewritten from scratch to mimic the Vaadin Maven plugin, therefore you will find both the vaadinPrepareFrontend and vaadinBuildFrontend tasks there.

A complete list of example projects (including non-Spring example projects) can be found here: https://github.com/vaadin/vaadin-gradle-plugin/issues/19

Martin Vyšný:
The plugin can now be tried out by early adopters. If you’d like to try it out, please see the Spring Boot example project at https://github.com/vaadin/base-starter-spring-gradle . It is possible to use the plugin without having to have global node.js+npm installed, please use the vaadinPrepareNode task. The plugin has been rewritten from scratch to mimic the Vaadin Maven plugin, therefore you will find both the vaadinPrepareFrontend and vaadinBuildFrontend tasks there.

A complete list of example projects (including non-Spring example projects) can be found here: https://github.com/vaadin/vaadin-gradle-plugin/issues/19

Thank you, vaadin gradle plugin works great for me now!

And thanks to everyone who were participating in this issue!

We also migrated out first Vaadin 14 project from maven to gradle and it worked flawlessly.
It never worked so easily before.

Thank you.