mirror of https://github.com/sbt/sbt.git
Removed echo on bat file
This commit is contained in:
parent
1a2435f746
commit
b429b0a246
|
|
@ -1,2 +1,3 @@
|
|||
@echo off
|
||||
set SCRIPT_DIR=%~dp0
|
||||
java -Xmx512M -jar "%SCRIPT_DIR%sbt-launch.jar" %*
|
||||
Loading…
Reference in New Issue