Small fix

This commit is contained in:
Naoki Takezoe
2015-07-19 02:01:15 +09:00
parent 3fd252d2db
commit 9a974d047c
2 changed files with 1 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ Linux:
To build executable war file, run
* Windows: `???`
* Windows: Not available
* Linux: `./release/make-release-war.sh`
at the top of the source tree. It generates executable `gitbucket.war` into `target/scala-2.11`. We release this war file as release artifact.

1
sbt.sh
View File

@@ -1,3 +1,2 @@
#!/bin/sh
. ./env.sh
java -Dsbt.log.noformat=true -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256m -Xmx512M -Xss2M -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -jar `dirname $0`/sbt-launch-0.13.8.jar "$@"