Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Maven profiles to handle different versions of TestNG #88

Merged
merged 2 commits into from
Mar 18, 2024

Commits on Mar 5, 2024

  1. Use Maven profiles to handle different versions of TestNG

    For JDK8, bump org.testng:testng to the last supported release for
    this version i.e. 7.5
    For JDK11+, bump org.testng:testng to the latest release 7.9.0
    sbesson committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    98339e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    c77129b View commit details
    Browse the repository at this point in the history