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