mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Not used.
This commit is contained in:
parent
a7553279cf
commit
fe8780cc1f
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue