From fe8780cc1fd01cb4db82a1dc568bf1e8fe1dc03d Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 30 Mar 2017 13:16:22 -0700 Subject: [PATCH] Not used. --- src/main/kotlin/com/beust/kobalt/app/BuildFileCompiler.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/com/beust/kobalt/app/BuildFileCompiler.kt b/src/main/kotlin/com/beust/kobalt/app/BuildFileCompiler.kt index a7f62ca2..7037dcdc 100644 --- a/src/main/kotlin/com/beust/kobalt/app/BuildFileCompiler.kt +++ b/src/main/kotlin/com/beust/kobalt/app/BuildFileCompiler.kt @@ -143,7 +143,6 @@ class BuildFileCompiler @Inject constructor(@Assisted("buildSources") val buildS // in this case, we won't recompile the build file. A potential solution for this would be // to have a side file that describes which profiles the current buildScript.jar was // compiled with. - val bs = BuildScriptJarFile(buildScriptJarFile) if (! containsProfiles && !forceRecompile && buildScriptUtil.isUpToDate(buildSources, buildScriptJarFile)) { kobaltLog(2, " Build file $buildScriptJarFile is up to date") return TaskResult()