1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Better testng detection.

This commit is contained in:
Cedric Beust 2016-04-21 01:27:33 -08:00
parent 23f3d5c426
commit 7f2351b1ac

View file

@ -11,7 +11,7 @@ public class TestNgRunner() : GenericTestRunner() {
override val mainClass = "org.testng.TestNG"
override val dependencyName = "org.testng"
override val dependencyName = "testng"
fun defaultOutput(project: Project) = KFiles.joinDir(project.buildDirectory, "test-output")