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

Add version checks to the plugins, so that they warn if you are using a wrong branch #90

Open mvysny opened 4 years ago

mvysny commented 4 years ago

There is a compatibility matrix at https://github.com/vaadin/vaadin-gradle-plugin#compatibility-chart but it would still be good if the plugin could check the Vaadin version on classpath and print a warning message if the version doesn't match.