File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Download jar file from [the release page](https://github.com/mrkm4ntr/gitbucket-
1212
1313Plugin version|GitBucket version
1414:---|:---
15+ 1.8.x|4.34.x
15161.7.x|4.32.x
16171.6.x|4.26.x
17181.5|4.19.x
Original file line number Diff line number Diff line change 11val Organization = " com.github.mrkm4ntr"
22val Name = " gitbucket-network-plugin"
3- val Version = " 1.7 .0"
3+ val Version = " 1.8 .0"
44
55lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
66
Original file line number Diff line number Diff line change 1- import javax .servlet .ServletContext
2-
3- import gitbucket .core .controller .{Context , ControllerBase }
4- import gitbucket .core .plugin .{PluginRegistry , Link }
1+ import gitbucket .core .controller .Context
2+ import gitbucket .core .plugin .Link
53import gitbucket .core .service .RepositoryService .RepositoryInfo
6- import gitbucket .core .service .SystemSettingsService .SystemSettings
74import io .github .gitbucket .solidbase .model .Version
85import mrkm4ntr .gitbucket .network .controller .NetworkController
96
@@ -23,7 +20,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2320 new Version (" 1.5" ),
2421 new Version (" 1.6.0" ),
2522 new Version (" 1.6.1" ),
26- new Version (" 1.7.0" )
23+ new Version (" 1.7.0" ),
24+ new Version (" 1.8.0" )
2725 )
2826
2927 override val description : String = " Provides Network feature on Gitbucket."
You can’t perform that action at this time.
0 commit comments