tbroyer / gwt-maven-plugin

Starting fresh on building GWT projects with Maven
https://tbroyer.github.io/gwt-maven-plugin/
Apache License 2.0
167 stars 39 forks source link

Add tests for different maven versions #151

Closed niloc132 closed 2 years ago

niloc132 commented 2 years ago

This checks the latest bugfix release of each minor release of maven since the minimum supported (presently 3.3.1). The CI job is based on test-gwt, with substitutions for the maven version (using mvnw) instead of replacing the GWT version.

Also updated the JDK builds to check 18 (current latest), and updated the GWT builds to test 2.9.0.

(Set as a Draft PR for the moment, as modifying CI practically never works the first try.)