mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
commit
09b47a9674
3 changed files with 5 additions and 4 deletions
|
@ -158,7 +158,7 @@ class TestNgRunner : GenericTestRunner() {
|
|||
val dep = with(context.dependencyManager) {
|
||||
val jf = create("org.testng.testng-remote:testng-remote:1.3.0")
|
||||
val tr = create("org.testng.testng-remote:$remoteRunnerVersion:1.3.0")
|
||||
val testng = create("org.testng:testng:6.10")
|
||||
val testng = create("org.testng:testng:6.11")
|
||||
transitiveClosure(kotlin.collections.listOf(jf, tr /*, testng */))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue