1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 16:28:12 -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,
KFiles.makeOutputTestDir(project))
} else {
warn("Couldn't find any test files")
warn("Couldn't find any source test files")
TaskResult()
}