- Notifications
You must be signed in to change notification settings - Fork6
A sbt plugins which supports GitBucket plugin development
License
NotificationsYou must be signed in to change notification settings
gitbucket/sbt-gitbucket-plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This sbt plugin supports GitBucket plugin development.
Add a following line to your GitBucket plugin'sproject/plugin.sbt
:
addSbtPlugin("io.github.gitbucket"%"sbt-gitbucket-plugin"%"1.6.0")
and define the target GitBucket version inbuild.sbt
:
gitbucketVersion:="4.39.0"
This plugin provides following functionality in your GitBucket plugin project:
- Add GitBucket core library and Servlet API dependencies to the project as "provided" scope
- Enablesbt-assembly plugin to package your GitBucket plugin
- Enablesbt-twirl plugin to compile twirl templates
- Enable
sbt install
task to build and install the GitBucket plugin to the local GitBucket instance
About
A sbt plugins which supports GitBucket plugin development
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.