File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 22
33This is an example of GitBucket plug-in. This plug-in provides code snippet repository like Gist.
44
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
615
7161 . 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 ` .
9183 . Restart GitBucket.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ object MyBuild extends Build {
77
88 val Organization = " jp.sf.amateras"
99 val Name = " gitbucket-gist-plugin"
10- val Version = " 1.3 "
10+ val Version = " 3.6.0 "
1111 val ScalaVersion = " 2.11.6"
1212
1313 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 {
1717 override val description : String = " Provides Gist feature on GitBucket."
1818
1919 override val versions : List [Version ] = List (
20+ Version (3 , 6 ),
2021 Version (1 , 3 ),
2122 Version (1 , 2 ),
2223 Version (1 , 0 )
You can’t perform that action at this time.
0 commit comments