Cannot bootstrap metals snapshot: Malformed dependency
See original GitHub issueWith coursier 1.1.0-M13-2
coursier bootstrap \
--java-opt -XX:+UseG1GC \
--java-opt -XX:+UseStringDeduplication \
--java-opt -Xss4m \
--java-opt -Xms100m \
--java-opt -Dmetals.client=sublime \
org.scalameta:metals_2.12:0.4.4+120-d43ef03c-SNAPSHOT \
-r sonatype:snapshots \
-o ./metals-sublime-snapshot -f
Cannot parse dependencies:
Malformed dependency:
--java-opt: command not found
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
i can't solve maven building error failure - Stack Overflow
I have fixed this issue by deleting local .m2/repository folder. The build is successful now.
Read more >scalameta/metals - Gitter
I'm using cntlm to avoid authentication problems with sbt, I've configured -Dhttps.proxyHost=… -Dhttps.proxyPort=… with corresponding values in "Server ...
Read more >sysdiglabs/secure-for-cloud/aws | Terraform Registry
This module version (0.8.2) has no root configuration. A module with no root configuration cannot be used directly. Use the submodules dropdown ...
Read more >OpenShift Container Platform 4.11 release notes
OpenShift Container Platform layered and dependent component support and compatibility ... Troubleshooting bootstrap failures during installation on AWS.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing this for now. Is the issue really on the coursier side?
I found the issue, whitespaces between java-opt triggers this bug. If I remove the whitespace, I’m good to go.