mirror of https://github.com/sbt/sbt.git
Merge pull request #8190 from eed3si9n/wip/fix-key
[1.x] Fix sonaUploadRequestTimeout
This commit is contained in:
commit
5ee54ac60c
|
|
@ -280,6 +280,7 @@ object Defaults extends BuildCommon {
|
|||
)
|
||||
.toFile(),
|
||||
sonaBundle / aggregate :== false,
|
||||
sonaUploadRequestTimeout :== 10.minutes,
|
||||
commands ++= Seq(Publishing.sonaRelease, Publishing.sonaUpload),
|
||||
)
|
||||
|
||||
|
|
@ -3108,7 +3109,6 @@ object Classpaths {
|
|||
val uuid = UUID.randomUUID().toString().take(8)
|
||||
s"$o:$v:$uuid"
|
||||
},
|
||||
sonaUploadRequestTimeout := 10.minutes,
|
||||
)
|
||||
|
||||
@nowarn("cat=deprecation")
|
||||
|
|
|
|||
Loading…
Reference in New Issue