Vaadin startup template for spring boot in gradle?

Hi all,

I found there is a maven template for spring boot which hosts Vaadin,

I am wondering if there is any related topics using gradle (especially for production mode)? Otherwise do you have any mapping for them? Or I should choose maven instead of gradle? (I just like the gradle syntax over XML a little bit.)

Or I should choose maven instead of gradle?

At the time being I would strongly recommend Maven. There is Gradle plugin, but it works well with Vaadin 10 - Vaadin 13 only and with new Vaadin 14 you need Maven for fully functional production builds with NPM mode.

Any updates on this issue? I’m also looking for a Gradle build setup for Spring Boot + Vaadin 14. Is it not possible? Switching to Maven is not possible for us.

Yes, you can use the gradle plugin to build the application. Here is the documentation: https://vaadin.com/docs/flow/getting-started/getting-started-gradle.html

It’s still not a stable release.