1
0
Fork 0
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:
Cedric Beust 2015-12-26 00:17:20 +04:00
parent 643c85f1a4
commit 648ccc14b9

View file

@ -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 {