File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This is an example of GitBucket plug-in. This plug-in provides code snippet repository like Gist.
4
4
5
- ## Instllation
5
+ Plugin version | GitBucket version
6
+ :--------------|:-----------------
7
+ 3.6.x | 3.6.x
8
+
9
+
10
+ ## Installation
11
+
12
+ Download jar file from release page and put into ` GITBUCKET_HOME/plugins ` .
13
+
14
+ ## Build from source
6
15
7
16
1 . Hit ` ./sbt.sh package ` in the root directory of this repository.
8
- 2 . Copy ` target/scala-2.11/gitbucket-gist-plugin_2.11-1.3 .jar ` into ` GITBUCKET_HOME/plugins ` .
17
+ 2 . Copy ` target/scala-2.11/gitbucket-gist-plugin_2.11-x.x.x .jar ` into ` GITBUCKET_HOME/plugins ` .
9
18
3 . Restart GitBucket.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ object MyBuild extends Build {
7
7
8
8
val Organization = " jp.sf.amateras"
9
9
val Name = " gitbucket-gist-plugin"
10
- val Version = " 1.3 "
10
+ val Version = " 3.6.0 "
11
11
val ScalaVersion = " 2.11.6"
12
12
13
13
lazy val project = Project (
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
17
17
override val description : String = " Provides Gist feature on GitBucket."
18
18
19
19
override val versions : List [Version ] = List (
20
+ Version (3 , 6 ),
20
21
Version (1 , 3 ),
21
22
Version (1 , 2 ),
22
23
Version (1 , 0 )
You can’t perform that action at this time.
0 commit comments