From c72b6b76b6f07bcf93384f82614696364b29a790 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Fri, 29 Jul 2016 04:16:18 -0800 Subject: [PATCH 1/2] "No tests to run". --- .../src/main/kotlin/com/beust/kobalt/internal/GenericRunner.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/GenericRunner.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/GenericRunner.kt index cece8b5b..77e45e49 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/GenericRunner.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/GenericRunner.kt @@ -129,7 +129,7 @@ abstract class GenericTestRunner: ITestRunnerContributor { } result = result || errorCode == 0 } else { - log(2, "Couldn't find any test classes") + log(1, " No tests to run") result = true } } else { From 3118d5bc470e719f684de6da32ecd1a197a38c82 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Fri, 29 Jul 2016 04:16:39 -0800 Subject: [PATCH 2/2] 0.875. --- kobalt/wrapper/kobalt-wrapper.properties | 2 +- src/main/resources/kobalt.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kobalt/wrapper/kobalt-wrapper.properties b/kobalt/wrapper/kobalt-wrapper.properties index 50bbd148..a28f1a69 100644 --- a/kobalt/wrapper/kobalt-wrapper.properties +++ b/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=0.874 \ No newline at end of file +kobalt.version=0.875 \ No newline at end of file diff --git a/src/main/resources/kobalt.properties b/src/main/resources/kobalt.properties index f6b2f241..4a2935f6 100644 --- a/src/main/resources/kobalt.properties +++ b/src/main/resources/kobalt.properties @@ -1 +1 @@ -kobalt.version=0.874 +kobalt.version=0.875