Skip to content

Commit a2d2df3

Browse files
committed
Fix publishTo configuration for Central Portal bundle publishing
1 parent c486784 commit a2d2df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ val commonSettings = Seq(
4242
if (isSnapshot.value) {
4343
Some("central-snapshots" at "https://central.sonatype.com/repository/maven-snapshots/")
4444
} else {
45-
sonatypePublishToBundle.value
45+
Some(MavenCache("sonatype-bundle", sonatypeBundleDirectory.value))
4646
}
4747
},
4848
publishMavenStyle := true,

0 commit comments

Comments
 (0)