I'm writing a project using Vaadin Flow (13), Gradle and the gradle-vaadin-flow plugin. I'm using Gretty as well. I am unable to generate a runnable jar o war file of the project.
I've tried the ./gradlew -Dvaadin.productionMode war
command, but the generate war is not runnable.
How can I do so?