Add notifications plugin

This commit is contained in:
Naoki Takezoe
2017-07-08 20:01:16 +09:00
parent 6c5350a51b
commit 1fb6861565
2 changed files with 16 additions and 0 deletions

View File

@@ -12,6 +12,22 @@
"file": "gitbucket-gist-plugin_2.12-4.9.0.jar"
}
],
"default": false
},
{
"id": "notifications",
"name": "Notification Plugin",
"description": "Send issues and pull request notification via email.",
"provider": "GitBucket Organization",
"homepage": "https://github.com/gitbucket/gitbucket-notifications-plugin",
"versions": [
{
"version": "1.0.0",
"range": ">4.15.0-SNAPSHOT",
"file": "gitbucket-gist-notifications_2.12-1.0.0.jar"
}
],
"default": true
}
]