mirror of https://github.com/sbt/sbt.git
Add comment
This commit is contained in:
parent
1a8fa65af3
commit
c834f500b9
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue