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

configure Vaadin version to use #40

Closed mdre closed 4 years ago

mdre commented 4 years ago

Consider adding a property to set the Vaadin Flow version to use. For example:

vaadinVersion=14.1.3

or

vaadinVersion=14.+

mstahv commented 4 years ago

Hi,

Is there some specific reason why you'd want that custom property? In our examples we define the Vaadin version along with the bom:

https://github.com/vaadin/base-starter-gradle/blob/master/build.gradle#L24

I haven't tried ranges, like 14.+, but I guess those should work too.

cheers, matti

mdre commented 4 years ago

Sorry, no. I could set the specific version in the dependency section so it is not important. The plugin work perfectly for now.