(refs #2337) Scala 2.13.0 (#2348)

This commit is contained in:
takako shimamoto
2019-08-04 21:47:48 +09:00
committed by Naoki Takezoe
parent 88db21ef07
commit 33b46869b6
34 changed files with 83 additions and 72 deletions

View File

@@ -29,7 +29,7 @@ To build war file, run the following command:
$ sbt package
```
`gitbucket_2.12-x.x.x.war` is generated into `target/scala-2.12`.
`gitbucket_2.13-x.x.x.war` is generated into `target/scala-2.13`.
To build an executable war file, run
@@ -58,4 +58,4 @@ If you don't have docker, you can skip docker tests which require docker as foll
```shell
$ sbt "testOnly * -- -l ExternalDBTest"
```
```