We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c5b72 commit 17d293bCopy full SHA for 17d293b
build.sbt
@@ -26,7 +26,7 @@ ThisBuild / licenses := List("Apache-2.0" -> url("https://www.apa
26
ThisBuild / homepage := Option(url("https://github.com/lightbend/config"))
27
ThisBuild / pomIncludeRepository := { _ => false }
28
ThisBuild / publishTo := {
29
- val nexus = "https://oss.sonatype.org/"
+ val nexus = "https://ossrh-staging-api.central.sonatype.com/"
30
if ((ThisBuild / isSnapshot).value) Option("Sonatype OSS Snapshots" at nexus + "content/repositories/snapshots")
31
else Option("Sonatype OSS Staging" at nexus + "service/local/staging/deploy/maven2")
32
}
0 commit comments