johndevs / gradle-vaadin-plugin

A Gradle plugin for building Vaadin applications
https://devsoap.com/tag/vaadin/
Apache License 2.0
120 stars 58 forks source link

Plugin configuration is missing vaadin 8 dependencies #550

Closed compengi closed 4 years ago

compengi commented 4 years ago

Hi,

I'm using the latest stable release of the plugin version 1.4.1 and I encountered the same issue previously reported in #128. Even when I add push = true; to the plugin configuration, I get push is not available message from the tomcat server. Explicitly adding the vaadin-push dependency as compile to Gradle works.

Similarly, the vaadin-themes dependency is missing from the plugin. I don't recall it being an optional dependancy. So again, explicitly adding the dependency as compile works.