mirror of https://github.com/sbt/sbt.git
Add custom sbt launcher
This commit is contained in:
parent
b6295b2719
commit
630a780487
|
|
@ -1,10 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
COURSIER_VERSION=1.0.0-SNAPSHOT
|
||||
COURSIER_VERSION=1.0.0-M15-2
|
||||
|
||||
"$(dirname "$0")/../coursier" bootstrap \
|
||||
"io.get-coursier:sbt-launcher_2.12:$COURSIER_VERSION" \
|
||||
-r sonatype:releases \
|
||||
-i launcher \
|
||||
-I launcher:org.scala-sbt:launcher-interface:1.0.0 \
|
||||
-o csbt \
|
||||
|
|
|
|||
Loading…
Reference in New Issue