We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd3979 commit 7292a4aCopy full SHA for 7292a4a
1 file changed
build.sbt
@@ -22,7 +22,7 @@ ThisBuild / pomIncludeRepository := { _ => false }
22
ThisBuild / publishTo := {
23
val centralSnapshots = "https://central.sonatype.com/repository/maven-snapshots/"
24
if (isSnapshot.value) Some("central-snapshots" at centralSnapshots)
25
- else sonatypePublishToBundle.value
+ else localStaging.value
26
}
27
ThisBuild / publishMavenStyle := true
28
0 commit comments