mirror of https://github.com/sbt/sbt.git
fixes #280. sort aggregate and classpath dependencies separately to keep cycle detection for them separate
This commit is contained in:
parent
823f3b210a
commit
9e708b17e2
|
|
@ -60,6 +60,7 @@ object Dag
|
|||
)
|
||||
{
|
||||
def this(value: Any) = this(value, value :: Nil, false)
|
||||
override def toString = getMessage
|
||||
def ::(a: Any): Cyclic =
|
||||
if(complete)
|
||||
this
|
||||
|
|
|
|||
Loading…
Reference in New Issue