Closed imback82 closed 3 years ago
What's the purpose of these scripts?
https://www.scala-sbt.org/1.x/docs/Launcher-Getting-Started.html#:~:text=The%20sbt%20launcher%20component%20is%20a%20self-contained%20jar,and%20a%20Java%20runtime%20version%201.6%20or%20greater. Basically you don't need to install sbt manually. You can just clone this repo and do ./build/sbt
to get started (unfortunately only on *nix for now).
What is the context for this pull request?
After #421,
sbt-launch-lib.bash
is broken, and we need to update the url to fetchsbt-launcher-*.jar
from. Current it fails with:What changes were proposed in this pull request?
Fix the url to fetch
sbt-launcher.jar
from.Does this PR introduce any user-facing change?
Yes, now
./build/sbt
works fine.How was this patch tested?
Tested manually