From 93f3fe31b1d2d296b857931e7ed48d52bc7853c0 Mon Sep 17 00:00:00 2001 From: Noel Welsh Date: Mon, 13 Feb 2017 17:16:04 +0000 Subject: SBT launcher and shell scripts Students don't need to install SBT as they can use the SBT launcher and the shell scripts instead --- sbt.bat | 1 + 1 file changed, 1 insertion(+) create mode 100644 sbt.bat (limited to 'sbt.bat') diff --git a/sbt.bat b/sbt.bat new file mode 100644 index 0000000..22fc2ae --- /dev/null +++ b/sbt.bat @@ -0,0 +1 @@ +java -Xmx3g -Xms1g -XX:+TieredCompilation -XX:ReservedCodeCacheSize=256m -XX:MaxPermSize=512m -XX:+UseNUMA -XX:+UseParallelGC -XX:+CMSClassUnloadingEnabled -jar sbt-launch.jar %* -- cgit v1.2.3