mirror of https://github.com/sbt/sbt.git
Remove cruft from generate-launcher script
This commit is contained in:
parent
5a827a6340
commit
dbd229198b
|
|
@ -16,8 +16,5 @@ fi
|
||||||
--no-default \
|
--no-default \
|
||||||
-r central \
|
-r central \
|
||||||
-r sonatype:releases \
|
-r sonatype:releases \
|
||||||
-d "\${user.home}/.coursier/bootstrap/$VERSION" \
|
|
||||||
-f -o coursier \
|
-f -o coursier \
|
||||||
-M coursier.cli.Coursier \
|
|
||||||
-D coursier.cache="\${user.home}/.coursier/cache/$CACHE_VERSION" \
|
|
||||||
"$@"
|
"$@"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue