File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ sudo: false
33language : scala
44
55jdk :
6- - oraclejdk8
6+ - openjdk8
77
88scala :
9- - 2.12.6
9+ - 2.13.0
1010
1111script : make travis
Original file line number Diff line number Diff line change 11VERSION = 1.1.0
2- GITBUCKET_VERSION = 4.26 .0
2+ GITBUCKET_VERSION = 4.32 .0
33
44.PHONY : help # List of targets with descriptions
55help :
@@ -24,5 +24,5 @@ target/gitbucket-${GITBUCKET_VERSION}.war:
2424localServer : build target/gitbucket-${GITBUCKET_VERSION}.war
2525 mkdir -p target/DATA/plugins
2626 rm -rf target/DATA/plugins/*
27- cp target/scala-2.12 /gitbucket-asciidoctor-plugin-gitbucket_${GITBUCKET_VERSION} -${VERSION} .jar target/DATA/plugins
27+ cp target/scala-2.13 /gitbucket-asciidoctor-plugin-gitbucket_${GITBUCKET_VERSION} -${VERSION} .jar target/DATA/plugins
2828 java -jar target/gitbucket-${GITBUCKET_VERSION} .war --gitbucket.home=target/DATA
Original file line number Diff line number Diff line change 11= gitbucket-asciidoctor-plugin
22:plugin-version: 1.1.1
3- :scala-version: 2.12
4- :gitbucket-bincompat-version: 4.26 .0
3+ :scala-version: 2.13
4+ :gitbucket-bincompat-version: 4.32 .0
55
66image:https://travis-ci.org/asciidoctor/gitbucket-asciidoctor-plugin.svg["Build Status", link="https://travis-ci.org/asciidoctor/gitbucket-asciidoctor-plugin"]
77image:https://badges.gitter.im/asciidoctor/gitbucket-asciidoctor-plugin.svg["Gitter Chat", link="https://gitter.im/asciidoctor/gitbucket-asciidoctor-plugin"]
@@ -27,7 +27,7 @@ sbt assembly
2727make build
2828----
2929
30- You will find the packages plugin under `target/scala_2.12 /gitbucket-asciidoctor-plugin-gitbucket_{gitbucket-bincompat-version}-{plugin-version}.jar`
30+ You will find the packages plugin under `target/scala_2.13 /gitbucket-asciidoctor-plugin-gitbucket_{gitbucket-bincompat-version}-{plugin-version}.jar`
3131
3232
3333== Installation
Original file line number Diff line number Diff line change 11name := " gitbucket-asciidoctor-plugin"
22organization := " com.github.lefou"
33version := " 1.1.0"
4- scalaVersion := " 2.12.6 "
5- gitbucketVersion := " 4.26 .0"
4+ scalaVersion := " 2.13.0 "
5+ gitbucketVersion := " 4.32 .0"
66sourcesInBase := false
77
88resolvers ++= Seq (
Original file line number Diff line number Diff line change 1- sbt.version =1.1.6
1+ sbt.version =1.2.8
Original file line number Diff line number Diff line change 1- addSbtPlugin(" io.github.gitbucket" % " sbt-gitbucket-plugin" % " 1.3 .0" )
1+ addSbtPlugin(" io.github.gitbucket" % " sbt-gitbucket-plugin" % " 1.5 .0" )
You can’t perform that action at this time.
0 commit comments