mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Move the tests to the correct project.
This commit is contained in:
parent
643c85f1a4
commit
648ccc14b9
1 changed files with 4 additions and 4 deletions
|
@ -94,10 +94,6 @@ val kobaltPluginApi = kotlinProject {
|
||||||
// libDir = "lib-test"
|
// libDir = "lib-test"
|
||||||
// }
|
// }
|
||||||
|
|
||||||
test {
|
|
||||||
args("-log", "1", "src/test/resources/testng.xml")
|
|
||||||
}
|
|
||||||
|
|
||||||
kotlinCompiler {
|
kotlinCompiler {
|
||||||
args("-nowarn")
|
args("-nowarn")
|
||||||
}
|
}
|
||||||
|
@ -162,6 +158,10 @@ val kobaltApp = kotlinProject(kobaltPluginApi, wrapper) {
|
||||||
github {
|
github {
|
||||||
file("$buildDirectory/libs/$name-$version.zip", "$name/$version/$name-$version.zip")
|
file("$buildDirectory/libs/$name-$version.zip", "$name/$version/$name-$version.zip")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test {
|
||||||
|
args("-log", "1", "src/test/resources/testng.xml")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fun readVersion() : String {
|
fun readVersion() : String {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue