Simplified useTestNG declaration.
This commit is contained in:
parent
89de884e34
commit
6edee47f22
3 changed files with 2 additions and 7 deletions
|
@ -46,7 +46,7 @@ configure<SemverConfig> {
|
|||
}
|
||||
|
||||
tasks {
|
||||
withType(Test::class.java).all {
|
||||
withType<Test> {
|
||||
useTestNG()
|
||||
}
|
||||
|
||||
|
@ -55,4 +55,4 @@ tasks {
|
|||
println("Version: $version")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue