mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Log.
This commit is contained in:
parent
b2cdaf5150
commit
156455be98
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue