Skip to content

Commit 011c0ba

Browse files
committed
easy setup
1 parent 37e5ebe commit 011c0ba

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

labs/sbt-launch-0.13.0.jar

1.08 MB
Binary file not shown.

labs/sbt.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
set SBT_OPTS=-Dfile.encoding=UTF8
2+
java %SBT_OPTS% -Xmx512M -jar ./sbt-launch-0.13.0.jar %*

labs/sbt.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export SBT_OPTS=-Dfile.encoding=UTF8
2+
java $SBT_OPTS -Xmx512M -jar -XX:MaxPermSize=384m `dirname $0`/sbt-launch-0.13.0.jar "$@"

0 commit comments

Comments
 (0)