Merge pull request #8190 from eed3si9n/wip/fix-key

[1.x] Fix sonaUploadRequestTimeout
This commit is contained in:
eugene yokota 2025-08-04 04:53:57 -04:00 committed by GitHub
commit 5ee54ac60c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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")