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
Currently we use scala-setup and it uses sbt-extras launcher as seen here. https://github.com/olafurpg/setup-scala/blob/main/src/install.ts#L113
scala-setup
sbt-extras
This causes a problem as shown here. dwijnand/sbt-extras#326
I think trying an empty .jvmopts is the way to go for now.
.jvmopts
Note: add ticket to remove file when core issue is fixed.
The text was updated successfully, but these errors were encountered:
Closed via #189
Sorry, something went wrong.
No branches or pull requests
Currently we use
scala-setup
and it usessbt-extras
launcher as seen here.https://github.com/olafurpg/setup-scala/blob/main/src/install.ts#L113
This causes a problem as shown here.
dwijnand/sbt-extras#326
I think trying an empty
.jvmopts
is the way to go for now.Note: add ticket to remove file when core issue is fixed.
The text was updated successfully, but these errors were encountered: