Closed vaadin-bot closed 8 years ago
Originally by @tsuoanttila
In a java 8 project, the source level needs to be manually set to auto, as the GWT maven plugin only supports 1.6 and 1.7 sources. It should not look at the project source level in this case.
Imported from https://dev.vaadin.com/ issue #19677
Originally by @hesara
Addressed in https://dev.vaadin.com/review/#/c/13213/ by renaming the source level parameter to gwt.compiler.source .
Additional fixes in https://dev.vaadin.com/review/#/c/13217/
Originally by @tsuoanttila
In a java 8 project, the source level needs to be manually set to auto, as the GWT maven plugin only supports 1.6 and 1.7 sources. It should not look at the project source level in this case.
Imported from https://dev.vaadin.com/ issue #19677