mirror of https://github.com/sbt/sbt.git
Update scripts
This commit is contained in:
parent
1a42b83c38
commit
f678e39cfa
|
|
@ -6,7 +6,7 @@ CACHE_VERSION=v1
|
|||
SBTPACK_LAUNCHER="$(dirname "$0")/../cli/target/pack/bin/coursier"
|
||||
|
||||
if [ ! -f "$SBTPACK_LAUNCHER" ]; then
|
||||
sbt cli/pack
|
||||
sbt ++2.11.8 cli/pack
|
||||
fi
|
||||
|
||||
"$SBTPACK_LAUNCHER" bootstrap \
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ cd "$(dirname "$0")/.."
|
|||
|
||||
if [ ! -e cli/target/scala-2.11/proguard/coursier-standalone.jar ]; then
|
||||
echo "Generating proguarded JAR..." 1>&2
|
||||
sbt cli/proguard:proguard
|
||||
sbt ++2.11.8 cli/proguard:proguard
|
||||
fi
|
||||
|
||||
cat > coursier-standalone << EOF
|
||||
|
|
|
|||
Loading…
Reference in New Issue