File tree Expand file tree Collapse file tree 5 files changed +7
-32
lines changed
Expand file tree Collapse file tree 5 files changed +7
-32
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ language: scala
33jdk :
44- oraclejdk8
55script :
6- - ./build-gitbucket-plugin.sh
6+ - sbt test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- val Organization = " io.github.gitbucket"
2- val ProjectName = " gitbucket-notifications-plugin"
3- val ProjectVersion = " 1.4.0"
4- val GitBucketVersion = Option (System .getProperty(" gitbucket.version" )).getOrElse(" 4.19.0" )
5-
6- name := ProjectName
7- organization := Organization
8- version := ProjectVersion
1+ name := " gitbucket-notifications-plugin"
2+ organization := " io.github.gitbucket"
3+ version := " 1.4.0"
94scalaVersion := " 2.12.4"
10-
11- lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
12-
13- libraryDependencies ++= Seq (
14- " io.github.gitbucket" %% " gitbucket" % GitBucketVersion % " provided" ,
15- " javax.servlet" % " javax.servlet-api" % " 3.1.0" % " provided"
16- )
17-
18- scalacOptions ++= Seq (" -feature" , " -deprecation" )
19- useJCenter := true
5+ gitbucketVersion := " 4.19.0"
Original file line number Diff line number Diff line change 1- sbt.version =1.0.2
1+ sbt.version =1.0.4
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.typesafe.sbt " % " sbt-twirl " % " 1.3.12 " )
1+ addSbtPlugin(" io.github.gitbucket " % " sbt-gitbucket-plugin " % " 1.2.0 " )
You can’t perform that action at this time.
0 commit comments