mirror of https://github.com/sbt/sbt.git
Formatting
This commit is contained in:
parent
18d9348905
commit
39090fa0d3
|
|
@ -60,6 +60,7 @@ object LMSysProp {
|
||||||
}
|
}
|
||||||
|
|
||||||
lazy val useGigahorse: Boolean = getOrFalse("sbt.gigahorse")
|
lazy val useGigahorse: Boolean = getOrFalse("sbt.gigahorse")
|
||||||
lazy val maxPublishAttempts: Int = java.lang.Integer.getInteger("sbt.repository.publish.attempts", 3)
|
lazy val maxPublishAttempts: Int =
|
||||||
|
java.lang.Integer.getInteger("sbt.repository.publish.attempts", 3)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue