We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9fdec6 commit acd0c9eCopy full SHA for acd0c9e
.jvmopts
@@ -0,0 +1 @@
1
+-Dsun.net.client.defaultReadTimeout=60000
build.sbt
@@ -1,5 +1,6 @@
import ReleaseTransformations._
2
import xerial.sbt.Sonatype.sonatypeSettings
3
+import xerial.sbt.Sonatype.sonatypeCentralHost
4
5
// Metadata
6
@@ -190,6 +191,8 @@ ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
190
191
192
Global / publishMavenStyle := true
193
Global / publishTo := sonatypePublishToBundle.value
194
+// https://github.com/xerial/sbt-sonatype?tab=readme-ov-file#sonatype-central-host
195
+ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
196
197
// https://github.com/xerial/sbt-sonatype#using-with-sbt-release-plugin
198
releaseCrossBuild := true
0 commit comments