mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Rephrase.
This commit is contained in:
parent
32dc14e393
commit
76fdd1543a
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue