mirror of https://github.com/sbt/sbt.git
commit
c86785f029
|
|
@ -78,7 +78,7 @@ object CustomPomParser {
|
|||
Option(extraInfo).isDefined &&
|
||||
((Option(extraInfo get TransformedHashKey) orElse Option(extraInfo get oldTransformedHashKey)) match {
|
||||
case Some(MyHash) => true
|
||||
case _ => false
|
||||
case _ => false
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue