mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Logging.
This commit is contained in:
parent
a90ef6e6fa
commit
1b11fbec6b
1 changed files with 2 additions and 2 deletions
|
@ -107,10 +107,10 @@ public class BuildFileCompiler @Inject constructor(@Assisted("buildFiles") val b
|
|||
log(2, "Running build file ${buildFile.name} jar: $buildScriptJarFile")
|
||||
|
||||
if (buildScriptUtil.isUpToDate(buildFile, buildScriptJarFile)) {
|
||||
log(2, "Build file is up to date")
|
||||
log(2, " Build file is up to date")
|
||||
return TaskResult()
|
||||
} else {
|
||||
log(2, "Need to recompile ${buildFile.name}")
|
||||
log(2, " Need to recompile ${buildFile.name}")
|
||||
|
||||
buildScriptJarFile.delete()
|
||||
val result = kotlinCompilePrivate {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue