sbabcoc / TestNG-Foundation

TestNG Foundation is a lightweight collection of TestNG listeners, interfaces, and static utility classes that supplement and augment the functionality provided by the TestNG API.
Apache License 2.0
13 stars 5 forks source link

Revise project to produce Java 7 compatible artifacts #42

Closed sbabcoc closed 3 years ago

sbabcoc commented 4 years ago

The current project supports the latest release of TestNG, which requires Java 8. It would be good to also provide Java 7 compatible artifacts. This will require a project structure similar to what Selenium Foundation uses. The Java 7 target will use TestNG 6.10, and the Java 8 target will use the latest TestNG release.

sbabcoc commented 3 years ago

Resolved by #47