File tree 3 files changed +4
-3
lines changed
io/github/gitbucket/ci/hook
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "gitbucket-ci-plugin"
2
2
organization := " io.github.gitbucket"
3
3
version := " 1.7.0"
4
4
scalaVersion := " 2.12.7"
5
- gitbucketVersion := " 4.30.0-SNAPSHOT "
5
+ gitbucketVersion := " 4.30.0"
6
6
libraryDependencies ++= Seq (
7
7
" org.fusesource.jansi" % " jansi" % " 1.16" ,
8
8
" org.scalatest" %% " scalatest" % " 3.0.5" % " test" ,
Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ class Plugin extends gitbucket.core.plugin.Plugin with CIService with AccountSer
60
60
new Version (" 1.6.1" ),
61
61
new Version (" 1.6.2" ),
62
62
new Version (" 1.6.3" ),
63
- new Version (" 1.6.4" )
63
+ new Version (" 1.6.4" ),
64
+ new Version (" 1.7.0" )
64
65
)
65
66
66
67
override val assetsMappings = Seq (" /ci" -> " /gitbucket/ci/assets" )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import org.eclipse.jgit.api.Git
14
14
import profile .api ._
15
15
16
16
class CIPullRequestHook extends PullRequestHook
17
- with PullRequestService with IssuesService with CommitsService with AccountService
17
+ with PullRequestService with IssuesService with CommitsService with AccountService with WebHookService
18
18
with WebHookPullRequestService with WebHookPullRequestReviewCommentService with ActivityService
19
19
with RepositoryService with LabelsService with PrioritiesService with MilestonesService with CIService {
20
20
You can’t perform that action at this time.
0 commit comments