mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Update to TestNG 6.9.10.
This commit is contained in:
parent
23498845b8
commit
1a4f640834
2 changed files with 2 additions and 7 deletions
|
@ -46,7 +46,6 @@ val wrapper = project {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
val kobaltPluginApi = project {
|
val kobaltPluginApi = project {
|
||||||
name = "kobalt-plugin-api"
|
name = "kobalt-plugin-api"
|
||||||
group = "com.beust"
|
group = "com.beust"
|
||||||
|
@ -60,10 +59,6 @@ val kobaltPluginApi = project {
|
||||||
connection = "https://github.com/cbeust/kobalt.git",
|
connection = "https://github.com/cbeust/kobalt.git",
|
||||||
developerConnection = "git@github.com:cbeust/kobalt.git")
|
developerConnection = "git@github.com:cbeust/kobalt.git")
|
||||||
|
|
||||||
dependenciesTest {
|
|
||||||
compile("org.testng:testng:6.9.9")
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile("org.jetbrains.kotlinx:kotlinx.dom:0.0.9",
|
compile("org.jetbrains.kotlinx:kotlinx.dom:0.0.9",
|
||||||
|
|
||||||
|
@ -129,7 +124,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependenciesTest {
|
dependenciesTest {
|
||||||
compile("org.testng:testng:6.9.9")
|
compile("org.testng:testng:6.9.10")
|
||||||
}
|
}
|
||||||
|
|
||||||
assemble {
|
assemble {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<test name="Main">
|
<test name="Main">
|
||||||
<packages>
|
<packages>
|
||||||
<package name="com.beust.*"/>
|
<package name="com.beust.kobalt.*"/>
|
||||||
</packages>
|
</packages>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue