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 f9e81e6 commit 08c4438Copy full SHA for 08c4438
build-gitbucket-plugin.sh
@@ -5,7 +5,7 @@ cd gitbucket
5
6
GITBUCKET_VERSION=`cat build.sbt | grep "GitBucketVersion =" | sed 's/^.*"\(.*\)".*$/\1/'`
7
echo "GITBUCKET_VERSION: $GITBUCKET_VERSION"
8
-sbt publish-local
+sbt publishLocal
9
10
cd ..
11
sbt -Dgitbucket.version=$GITBUCKET_VERSION test
0 commit comments