Add comment

This commit is contained in:
friendseeker 2024-12-30 19:30:15 -08:00
parent 1a8fa65af3
commit c834f500b9
No known key found for this signature in database
GPG Key ID: 7DD5039728A27160
1 changed files with 1 additions and 0 deletions

View File

@ -2580,6 +2580,7 @@ object Defaults extends BuildCommon {
private[sbt] def jnone[A]: Optional[A] = none[A].toOptional private[sbt] def jnone[A]: Optional[A] = none[A].toOptional
def compileAnalysisSettings: Seq[Setting[_]] = Seq( def compileAnalysisSettings: Seq[Setting[_]] = Seq(
previousCompile := { previousCompile := {
// Avoid compileIncSetup since it would trigger upstream compilation
val analysisFile = compileAnalysisFile.value val analysisFile = compileAnalysisFile.value
val store = AnalysisUtil.staticCachedStore( val store = AnalysisUtil.staticCachedStore(
analysisFile = analysisFile.toPath, analysisFile = analysisFile.toPath,