From 76fdd1543a564a28cb44a7461127b223cef7cf31 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Mon, 27 Mar 2017 15:44:57 -0700 Subject: [PATCH] Rephrase. --- src/main/kotlin/com/beust/kobalt/app/BuildFileCompiler.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/kotlin/com/beust/kobalt/app/BuildFileCompiler.kt b/src/main/kotlin/com/beust/kobalt/app/BuildFileCompiler.kt index fa98ca10..47221787 100644 --- a/src/main/kotlin/com/beust/kobalt/app/BuildFileCompiler.kt +++ b/src/main/kotlin/com/beust/kobalt/app/BuildFileCompiler.kt @@ -152,7 +152,7 @@ class BuildFileCompiler @Inject constructor(@Assisted("buildSources") val buildS val reason = if (containsProfiles) "profiles were found" else if (forceRecompile) "forceRecompile is true" - else "it is not up to date" + else "it's been modified" kobaltLog(2, " Need to recompile $buildSources because $reason") buildScriptJarFile.deleteRecursively() @@ -166,7 +166,6 @@ class BuildFileCompiler @Inject constructor(@Assisted("buildSources") val buildS noIncrementalKotlin = true }.compile(context = context) - // // Generate the file that contains the list of active profiles for this build file //