mirror of https://github.com/sbt/sbt.git
Update launcher
This commit is contained in:
parent
20febe7093
commit
5a24701cb0
|
|
@ -5,7 +5,8 @@ CACHE_VERSION=v1
|
||||||
|
|
||||||
"$(dirname "$0")/../cli/target/pack/bin/coursier" bootstrap \
|
"$(dirname "$0")/../cli/target/pack/bin/coursier" bootstrap \
|
||||||
com.github.alexarchambault:coursier-cli_2.11:$VERSION \
|
com.github.alexarchambault:coursier-cli_2.11:$VERSION \
|
||||||
-r https://oss.sonatype.org/content/repositories/staging \
|
--no-default \
|
||||||
|
-r central \
|
||||||
-D "\${user.home}/.coursier/bootstrap/$VERSION" \
|
-D "\${user.home}/.coursier/bootstrap/$VERSION" \
|
||||||
-b \
|
-b \
|
||||||
-f -o coursier \
|
-f -o coursier \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue