alejandro-du / crudui

Automatically generate CRUD-like Vaadin views for any Java Bean
https://vaadin.com/directory#!addon/crud-ui-add-on
Apache License 2.0
85 stars 54 forks source link

changed the java version for the addon and demo to be uniform java 11 #112

Closed bonifacechacha closed 1 year ago

bonifacechacha commented 1 year ago

Since we are using Vaadin 23, the minimum java supported is 11. Therefore I have updated both the addon and demo to use java 11. The demo was using java 17, but I think in order to standardize the build process it should also use java 11.

alejandro-du commented 1 year ago

Thanks again for your contribution!