File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change
1
+ -Dsun.net.client.defaultReadTimeout=60000
Original file line number Diff line number Diff line change 1
1
import ReleaseTransformations ._
2
2
import xerial .sbt .Sonatype .sonatypeSettings
3
+ import xerial .sbt .Sonatype .sonatypeCentralHost
3
4
4
5
// Metadata
5
6
@@ -190,6 +191,8 @@ ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
190
191
191
192
Global / publishMavenStyle := true
192
193
Global / publishTo := sonatypePublishToBundle.value
194
+ // https://github.com/xerial/sbt-sonatype?tab=readme-ov-file#sonatype-central-host
195
+ ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
193
196
194
197
// https://github.com/xerial/sbt-sonatype#using-with-sbt-release-plugin
195
198
releaseCrossBuild := true
You can’t perform that action at this time.
0 commit comments