sbt/sbt-app/src/sbt-test/actions/remote-cache/project/CompileState.scala

5 lines
126 B
Scala

// This is necessary because tests are run in batch mode
object CompileState {
@volatile var previousIterations: Int = -1
}