Closed mstahv closed 6 years ago
You need to replace
ext { vaadinVersion = '8.3.3' }
with
vaadin { version = '8.3.3' }
So the plug-in knows about the correct version as well.
The "ext style" is apparently what start.spring.io uses for a reason or another. Could it be possible to check if that is defined and fallback to that if nothing else is set?
Currently it directly falls back to "latest" if not set. But sure, we could also check the ext property as well.
With following build script, the theme gets resolved into 8.1.8 as where everything else properly to 8.3.3. Maybe some issue with bom handling.