1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 08:38:13 -07:00

Better message.

This commit is contained in:
Cedric Beust 2015-12-26 00:16:28 +04:00
parent c428febd41
commit 05d4571a9a

View file

@ -87,7 +87,7 @@ class KotlinPlugin @Inject constructor(
sourceFiles, sourceFiles,
KFiles.makeOutputTestDir(project)) KFiles.makeOutputTestDir(project))
} else { } else {
warn("Couldn't find any test files") warn("Couldn't find any source test files")
TaskResult() TaskResult()
} }