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
The current approach checks testCompile and testImplementation configurations, but fails to recognize the test engine if it happens to be defined in compile or implementation.
This is the case when a project defines test support and the test engine is part of its public API and dependencies.
The text was updated successfully, but these errors were encountered:
* issue #140: Support gradle test fixtures
* issue #71: Consider transitive dependencies when resolving TestEngine
* issue #172: TestNG has the wrong module name for versions 7.0.0 and above
The current approach checks
testCompile
andtestImplementation
configurations, but fails to recognize the test engine if it happens to be defined incompile
orimplementation
.This is the case when a project defines test support and the test engine is part of its public API and dependencies.
The text was updated successfully, but these errors were encountered: