We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This launcher completely ignores the .sbtopts and .jvmopts files.
.sbtopts
.jvmopts
-Dsbt.override.build.repos=true -Dsbt.repository.config=.repositories
-Xss8m
It's also not possible to pass the values to the launcher like this:
> ./sbt -J-Dsbt.override.build.repos=true -J-Dsbt.repository.config=.repositories -J-Xss8m
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This launcher completely ignores the
.sbtopts
and.jvmopts
files..sbtopts
.jvmopts
It's also not possible to pass the values to the launcher like this:
The text was updated successfully, but these errors were encountered: