mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 01:24:09 +02:00
Formatting
This commit is contained in:
@@ -60,6 +60,7 @@ object LMSysProp {
|
||||
}
|
||||
|
||||
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)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user