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.
2 parents 3970279 + 08c4438 commit c1066bbCopy full SHA for c1066bb
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