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.
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.