We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7abc7 commit 95fa1fcCopy full SHA for 95fa1fc
build.sbt
@@ -83,10 +83,6 @@ ThisBuild / developers := List(
83
ThisBuild / pomIncludeRepository := { _ =>
84
false
85
}
86
-ThisBuild / publishTo := {
87
- val nexus = "https://oss.sonatype.org/"
88
- if (isSnapshot.value) Some("snapshots" at nexus + "content/repositories/snapshots")
89
- else Some("releases" at nexus + "service/local/staging/deploy/maven2")
90
-}
+ThisBuild / publishTo := (if (isSnapshot.value) None else localStaging.value)
91
ThisBuild / publishMavenStyle := true
92
ThisBuild / dynverSonatypeSnapshots := true
0 commit comments