Possible bug with gradle plugin "0.17.0.1" when trying -Pvaadin.productionMode with Vaadin 19
marcelbaumann opened this issue · 2 comments
marcelbaumann commented
Desktop (please complete the following information):
- OS: macOS 11.2.3
- JDK version: java version "15.0.2" 2021-01-19
- Gradle version: Gradle 6.8.3
- Vaadin Plugin version: 0.17.0.1
- Vaadin 19.0.2
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.
- What went wrong:
Execution failed for task ':net.tangly.ui:vaadinBuildFrontend'.
wrong number of arguments
Additional context
Same error with Vaadin 19.0.1 and Vaadin 19.0.0