mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Better error message.
This commit is contained in:
parent
909d9bfec8
commit
596c6859d9
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ open class JvmCompilerPlugin @Inject constructor(
|
||||||
if (runContributor != null && runContributor.affinity(project, context) > 0) {
|
if (runContributor != null && runContributor.affinity(project, context) > 0) {
|
||||||
return runContributor.run(project, context, dependencyManager.testDependencies(project, context))
|
return runContributor.run(project, context, dependencyManager.testDependencies(project, context))
|
||||||
} else {
|
} else {
|
||||||
log(1, "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}, did you specify a dependenciesTest{}?")
|
||||||
return TaskResult()
|
return TaskResult()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue