Merge pull request #6127 from eatkins/restore-sbtopts

Restore .sbtopts file
This commit is contained in:
eugene yokota 2020-11-19 16:32:26 -05:00 committed by GitHub
commit a185e24fff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,7 @@ for:
- SET PATH=C:\sbt\sbt\bin;%PATH%
- SET JAVA_HOME=C:\jdk8
- gu install native-image
- rm .sbtopts
cache:
- '%USERPROFILE%\.ivy2\cache'
@ -148,6 +149,7 @@ for:
}
- SET PATH=C:\sbt\sbt\bin;%PATH%
- SET SBT_OPTS=-Xmx4g -Dsbt.supershell=never -Dfile.encoding=UTF8
- rm .sbtopts
cache:
- '%USERPROFILE%\.ivy2\cache'

1
.sbtopts Normal file
View File

@ -0,0 +1 @@
-J-Xmx2G