1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00

Not used.

This commit is contained in:
Cedric Beust 2017-03-30 13:16:22 -07:00
parent a7553279cf
commit fe8780cc1f

View file

@ -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 // 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 // to have a side file that describes which profiles the current buildScript.jar was
// compiled with. // compiled with.
val bs = BuildScriptJarFile(buildScriptJarFile)
if (! containsProfiles && !forceRecompile && buildScriptUtil.isUpToDate(buildSources, buildScriptJarFile)) { if (! containsProfiles && !forceRecompile && buildScriptUtil.isUpToDate(buildSources, buildScriptJarFile)) {
kobaltLog(2, " Build file $buildScriptJarFile is up to date") kobaltLog(2, " Build file $buildScriptJarFile is up to date")
return TaskResult() return TaskResult()