Report rebuild reason in rebuild function

This commit is contained in:
Nikolay Krasko
2017-11-07 16:19:32 +03:00
parent 97c1e58149
commit 643f771c24
6 changed files with 11 additions and 11 deletions
@@ -24,7 +24,7 @@ import java.io.File
internal class GradleICReporter(private val projectRootFile: File) : ICReporter {
private val log = Logging.getLogger(GradleICReporter::class.java)
override fun report(message: ()->String) {
override fun report(message: () -> String) {
log.kotlinDebug(message)
}