From 648ccc14b9eca2a12f9396a8bf09c6270e656d23 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sat, 26 Dec 2015 00:17:20 +0400 Subject: [PATCH] Move the tests to the correct project. --- kobalt/src/Build.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 1c8ddfbc..0d7e5890 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -94,10 +94,6 @@ val kobaltPluginApi = kotlinProject { // libDir = "lib-test" // } - test { - args("-log", "1", "src/test/resources/testng.xml") - } - kotlinCompiler { args("-nowarn") } @@ -162,6 +158,10 @@ val kobaltApp = kotlinProject(kobaltPluginApi, wrapper) { github { file("$buildDirectory/libs/$name-$version.zip", "$name/$version/$name-$version.zip") } + + test { + args("-log", "1", "src/test/resources/testng.xml") + } } fun readVersion() : String {