diff --git a/src/main/kotlin/com/beust/kobalt/internal/JvmCompilerPlugin.kt b/src/main/kotlin/com/beust/kobalt/internal/JvmCompilerPlugin.kt index cd4d5ae4..ae0b3a9b 100644 --- a/src/main/kotlin/com/beust/kobalt/internal/JvmCompilerPlugin.kt +++ b/src/main/kotlin/com/beust/kobalt/internal/JvmCompilerPlugin.kt @@ -74,7 +74,7 @@ abstract class JvmCompilerPlugin @Inject constructor( return runContributor.run(project, context, dependencyManager.testDependencies(project, context, projects())) } else { - log(2, "Couldn't find a test runner for project ${project.name}, not running any tests") + log(1, "Couldn't find a test runner for project ${project.name}, not running any tests") return TaskResult() } }