devsoap / ds-gradle-vaadin

Gradle plugin for building Vaadin Flow 10/11/12/13/14/15 apps
https://devsoap.com/gradle-vaadin-flow-plugin
Other
36 stars 13 forks source link

Add check for unsupported vaadin versions #235

Closed johndevs closed 5 years ago

F43nd1r commented 5 years ago

I think this should be at most a warning, not an error. I am using Vaadin 14.0.0.alpha2 and cannot use gradle-vaadin-flow 1.1.1 because of this check (1.1 works fine).

johndevs commented 5 years ago

@F43nd1r

Vaadin has indicated that they are transitioning from using Webjars to a fully NPM based approach in V14 (https://github.com/vaadin/flow/issues/4561). This will mean that the plugin will not support 14 for a while (I just don't have the time to re-write the client side handling every six months).

I think it is better that the plugin just clearly states the supported versions instead of just printing a warning that a developer might miss and then the plugin would seem totally broken.

F43nd1r commented 5 years ago

Alright, I'll just stick to 1.1 for the moment. I was not aware of that transition.