1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2015-12-18 21:43:55 -08:00
parent 59c5e2871e
commit 24919eea50

View file

@ -182,7 +182,7 @@ abstract class JvmCompilerPlugin @Inject constructor(
throw KobaltException("Couldn't find any compiler for project ${project.name}")
}
} else {
log(2, "Source files are up to date, not compiling")
log(2, " Source files are up to date, not compiling")
return TaskResult()
}
}