You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project's build is currently targeting java 8, which is why the gradle build will complain when using TestNG 7.6 and later (which require 11+). Need to clarify if it is OK to release with this warning while retaining general build compatibilty with Java 8.
Should this go forward so that latest TestNG dependency can be included, migrations for the following TestNg Assert.* methods need to be added:
This project's build is currently targeting java 8, which is why the gradle build will complain when using TestNG 7.6 and later (which require 11+). Need to clarify if it is OK to release with this warning while retaining general build compatibilty with Java 8.
Should this go forward so that latest TestNG dependency can be included, migrations for the following TestNg Assert.* methods need to be added:
The text was updated successfully, but these errors were encountered: