We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317f3ff commit 4fc69a2Copy full SHA for 4fc69a2
build.sh
@@ -51,4 +51,4 @@ export CI_SNAPSHOT_RELEASE="$projectPrefix/publish"
51
# for now, until we're confident in the new release scripts, just close the staging repo.
52
export CI_SONATYPE_RELEASE="; sonatypePrepare; sonatypeBundleUpload; sonatypeClose"
53
54
-sbt clean $projectPrefix/test $projectPrefix/publishLocal $releaseTask
+sbt clean $projectPrefix/test $projectPrefix/osgiBundle $projectPrefix/publishLocal $releaseTask
0 commit comments