skakker
skakker
To clarify and answer most of the questions: There are two types changes we have made internally to SHS: Stability changes (SPARK-23608 (fixed the Jetty issue), SPARK-23607 (performance improvements)) Adding...
Hey @tonylotts Great to know that you were able to get it working in your corporate environment. We are also able to get the metals server from marketplace (using coursier...
We are fine with getting everything from the marketplace "before" server start. We just don't want it to connect to the market place on starting the server. Is there a...
For anyone following this thread, this is what worked for our usecase: ./coursier bootstrap org.scalameta:metals_2.12:0.9.8 --no-default -r "ivy:http://artifactory-link/[orgPath]/[module]/[revision]/[module]-[revision].[ext]|http://artifactory-link/[orgPath]/[module]/[revision]/[module]-[revision].ivy" -o metals -f
Hi, @ScalaWilliam I have this command in the docker file. The docker file is used to spawn hosted containerized environments. With this command, metals became available in the respective environments.