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 afe4a91 commit 79859dfCopy full SHA for 79859df
README.MD
@@ -31,9 +31,9 @@ Plugin version | GitBucket version
31
32
## Usage
33
34
-- Open a shell window at the root of the project, hit `sbt package`
+- Open a shell window at the root of the project, hit `sbt assembly`
35
- if you update `gitbucket-announce-plugin`, remove any existing previous copy of `gitbucket-announce-plugin` from GITBUCKET_HOME/plugins
36
-- Copy target/scala-2.12/gitbucket-announce-plugin_2.12-X.X.jar into GITBUCKET_HOME/plugins
+- Copy target/scala-2.12/gitbucket-announce-plugin-assembly-X.X.X.jar into GITBUCKET_HOME/plugins
37
- Restart GitBucket
38
39
## Release Notes
0 commit comments