You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.
When creating a new project from a Giter8 template on Windows the files will have CRLF line endings, including .sbtopts. This doesn't work when trying to start SBT via Cygwin.
Sample output of the problem:
jason@STEINY-PC /cygdrive/c/Users/jason/source/gnosci master
⚡ sbt
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Invalid initial heap size: -Xms512M
jason@STEINY-PC /cygdrive/c/Users/jason/source/gnosci master
⚡ sbt -J-XshowSettings:vm
VM settings:
Stack Size: 2.00M
Min. Heap Size: 512.00M
Max. Heap Size: 1.00G
Ergonomics Machine Class: client
Using VM: Java HotSpot(TM) Client VM
[info] Loading global plugins from C:\Users\jason.sbt\0.13\plugins
[info] Loading project definition from C:\Users\jason\source\gnosci\project
[info] Set current project to gnosci (in build file:/C:/Users/jason/source/gnosci/)
The text was updated successfully, but these errors were encountered:
When creating a new project from a Giter8 template on Windows the files will have CRLF line endings, including .sbtopts. This doesn't work when trying to start SBT via Cygwin.
Sample output of the problem:
The text was updated successfully, but these errors were encountered: