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 c486784 commit a2d2df3Copy full SHA for a2d2df3
build.sbt
@@ -42,7 +42,7 @@ val commonSettings = Seq(
42
if (isSnapshot.value) {
43
Some("central-snapshots" at "https://central.sonatype.com/repository/maven-snapshots/")
44
} else {
45
- sonatypePublishToBundle.value
+ Some(MavenCache("sonatype-bundle", sonatypeBundleDirectory.value))
46
}
47
},
48
publishMavenStyle := true,
0 commit comments