mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Fix log.
This commit is contained in:
parent
70cc94ccf0
commit
1fd362c81c
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ open class JvmCompilerPlugin @Inject constructor(
|
||||||
val compileDependencies = dependencyManager2.resolve(project, context, isTest = false)
|
val compileDependencies = dependencyManager2.resolve(project, context, isTest = false)
|
||||||
return testContributor.run(project, context, configName, testDependencies + compileDependencies)
|
return testContributor.run(project, context, configName, testDependencies + compileDependencies)
|
||||||
} else {
|
} else {
|
||||||
log(2, "Couldn't find a test runner for project ${project.name}, did you specify dependenciesTest{}?")
|
lp(project, "Couldn't find a test runner for project ${project.name}, did you specify dependenciesTest{}?")
|
||||||
return TaskResult()
|
return TaskResult()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue