mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Bump this error to level 1.
This commit is contained in:
parent
83c097917e
commit
78c9a80937
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class ApplicationPlugin @Inject constructor(val configActor: ConfigActor<Applica
|
||||||
if (runContributor != null && runContributor.affinity(project, context) > 0) {
|
if (runContributor != null && runContributor.affinity(project, context) > 0) {
|
||||||
return runContributor.run(project, context, dependencyManager.dependencies(project, context))
|
return runContributor.run(project, context, dependencyManager.dependencies(project, context))
|
||||||
} else {
|
} else {
|
||||||
context.logger.log(project.name, 2,
|
context.logger.log(project.name, 1,
|
||||||
"Couldn't find a runner for project ${project.name}. Please make sure" +
|
"Couldn't find a runner for project ${project.name}. Please make sure" +
|
||||||
" your build file contains " +
|
" your build file contains " +
|
||||||
"an application{} directive with a mainClass=... in it")
|
"an application{} directive with a mainClass=... in it")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue