Merge pull request #7869 from Friendseeker/pass-use-consistent

[1.x] Pass `useConsistent` to `staticCachedStore`
This commit is contained in:
eugene yokota 2024-11-05 11:57:07 -05:00 committed by GitHub
commit fd37450ede
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ private[sbt] object AnalysisUtil {
MixedAnalyzingCompiler.staticCachedStore(
analysisFile = analysisFile,
useTextAnalysis = useTextAnalysis,
useConsistent = false,
useConsistent = useConsistent,
mappers = ReadWriteMappers.getEmptyMappers(),
sort = true,
parallelism = parallelism,