mirror of https://github.com/sbt/sbt.git
Merge pull request #6127 from eatkins/restore-sbtopts
Restore .sbtopts file
This commit is contained in:
commit
a185e24fff
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue