This commit is contained in:
Friendseeker 2024-12-26 18:43:04 -08:00
parent e23419efed
commit 13373415b3
1 changed files with 2 additions and 2 deletions

View File

@ -930,10 +930,10 @@ object Defaults extends BuildCommon {
}.value,
clean := {
val _ = (compileOutputs / clean).value
val setup = compileIncSetup.value
val analysisFile = compileAnalysisFile.value
try {
val store = AnalysisUtil.staticCachedStore(
analysisFile = setup.cacheFile.toPath,
analysisFile = analysisFile.toPath,
useTextAnalysis = !enableBinaryCompileAnalysis.value,
useConsistent = enableConsistentCompileAnalysis.value,
)