mirror of https://github.com/sbt/sbt.git
Scala 2.10 fix
This commit is contained in:
parent
c061717521
commit
a35e30c8ad
|
|
@ -13,12 +13,14 @@ object Cache {
|
|||
lines
|
||||
.find(_.startsWith("maven:"))
|
||||
.map(_.stripPrefix("maven:").trim)
|
||||
.toSeq
|
||||
.contains("true")
|
||||
|
||||
def ivyLike =
|
||||
lines
|
||||
.find(_.startsWith("ivy-like:"))
|
||||
.map(_.stripPrefix("ivy-like:").trim)
|
||||
.toSeq
|
||||
.contains("true")
|
||||
|
||||
def base =
|
||||
|
|
|
|||
Loading…
Reference in New Issue