vaadin / maven-plugin

Vaadin Maven Plug-in
4 stars 18 forks source link

Newer GWT maven plugin sourceLevel defaults don't work #62

Closed vaadin-bot closed 8 years ago

vaadin-bot commented 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

vaadin-bot commented 8 years ago

Originally by @hesara


Addressed in https://dev.vaadin.com/review/#/c/13213/ by renaming the source level parameter to gwt.compiler.source .

vaadin-bot commented 8 years ago

Originally by @hesara


Additional fixes in https://dev.vaadin.com/review/#/c/13217/