mirror of https://github.com/sbt/sbt.git
temporary fix for #4426
This commit is contained in:
parent
2b37df87b5
commit
a79d06ab1f
|
|
@ -23,6 +23,7 @@ class CompilerInterface
|
|||
val phasesSet = new scala.collection.mutable.HashSet[Any] // 2.7 compatibility
|
||||
object compiler extends Global(command.settings, reporter)
|
||||
{
|
||||
object dummy // temporary fix for #4426
|
||||
object sbtAnalyzer extends
|
||||
{
|
||||
val global: compiler.type = compiler
|
||||
|
|
|
|||
Loading…
Reference in New Issue