vaadin / vaadin-gradle-plugin

Gradle plugin for Vaadin 14 applications. Takes care of front-end build, helps to configure repositories and to create various project and file templates.
Apache License 2.0
31 stars 9 forks source link

Possible bug with gradle plugin "0.17.0.1" when trying -Pvaadin.productionMode with Vaadin 19 #108

Closed marcelbaumann closed 3 years ago

marcelbaumann commented 3 years ago

Desktop (please complete the following information):

Describe the bug When creating Vaadin application with gradle -build everything works and the application runs. When creating Vaadin for production gradle build -Pvaadin.productionMode got plugin error

Task :net.tangly.ui:vaadinBuildFrontend FAILED

FAILURE: Build failed with an exception.

Additional context Same error with Vaadin 19.0.1 and Vaadin 19.0.0

mvysny commented 3 years ago

The "wrong number of arguments" looks like a duplicate of #100 . Could you please try Vaadin Gradle plugin 0.20.0.0.alpha3 ? It should be also compatible with Vaadin 19.

mvysny commented 3 years ago

Closing as duplicate of #100