mirror of https://github.com/sbt/sbt.git
Have the tiny launcher download only the proguarded (standalone) JAR of coursier-cli
This commit is contained in:
parent
52675384c7
commit
c4a1726f3a
|
|
@ -11,6 +11,9 @@ fi
|
||||||
|
|
||||||
"$SBTPACK_LAUNCHER" bootstrap \
|
"$SBTPACK_LAUNCHER" bootstrap \
|
||||||
com.github.alexarchambault:coursier-cli_2.11:$VERSION \
|
com.github.alexarchambault:coursier-cli_2.11:$VERSION \
|
||||||
|
--classifier standalone \
|
||||||
|
--intransitive \
|
||||||
|
-J "-noverify" \
|
||||||
--no-default \
|
--no-default \
|
||||||
-r central \
|
-r central \
|
||||||
-r sonatype:releases \
|
-r sonatype:releases \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue