Skip to content

Avoid using TestNg on JDK versions less than 11 #319

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

Merged
merged 1 commit into from
Jun 27, 2022

Conversation

EgorkaKulikov
Copy link
Collaborator

Description

TestNg beginning from 7.6.0 requires minimal JDK dependency version to be 11.
https://groups.google.com/g/testng-users/c/BAFB1vk-kok

Fixes # (308)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Manual Scenario

TestNg should be hidden in plugin UI if JDK version is less than 11.
Otherwise it should be shown.

@EgorkaKulikov EgorkaKulikov force-pushed the egor/disable_testng_sometimes branch from 556db11 to 7918eb1 Compare June 27, 2022 13:10
@EgorkaKulikov EgorkaKulikov force-pushed the egor/disable_testng_sometimes branch from 741c58d to 95f1e3f Compare June 27, 2022 13:13
@EgorkaKulikov EgorkaKulikov linked an issue Jun 27, 2022 that may be closed by this pull request
@EgorkaKulikov EgorkaKulikov merged commit ff035e5 into main Jun 27, 2022
@EgorkaKulikov EgorkaKulikov deleted the egor/disable_testng_sometimes branch June 27, 2022 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Temporary disable TestNg if user's JDK is less that 11
2 participants