File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 55
66- Configurable Java version: supports OpenJDK, GraalVM, Zulu and any other Java
77 version that's installable via Jabba.
8- - The ` sbt ` command is installed using the
9- [ paulp/sbt-extras] ( https://github.com/paulp/sbt-extras/ ) launcher.
10- - For faster startup, the ` csbt ` command is installed using the Coursier-based
11- [ coursier/sbt-extras] ( https://github.com/coursier/sbt-extras/ ) launcher. This
12- launcher does not work with all builds, only use ` csbt ` if you know what you
13- are doing.
148- Cross-platform: works on Linux, macOS, Windows.
9+ - The ` sbt ` command is provided, with the official sbt launch script.
10+ - The following alternate sbt launch scripts are also provided:
11+ - ` sbtx ` runs the [ sbt-extras] ( https://github.com/dwijnand/sbt-extras/ ) launcher.
12+ - ` csbt ` runs the [ Coursier-based sbt-extras] ( https://github.com/coursier/sbt-extras/ ) launcher.
1513
1614## Usage:
1715
Original file line number Diff line number Diff line change @@ -114,9 +114,13 @@ function installSbt() {
114114 core . startGroup ( "Install sbt" ) ;
115115 core . addPath ( bin ) ;
116116 curl (
117- "https://raw.githubusercontent.com/paulp /sbt-extras/master /sbt" ,
117+ "https://raw.githubusercontent.com/sbt /sbt/develop /sbt" ,
118118 path . join ( bin , "sbt" )
119119 ) ;
120+ curl (
121+ "https://raw.githubusercontent.com/dwijnand/sbt-extras/master/sbt" ,
122+ path . join ( bin , "sbtx" )
123+ ) ;
120124 curl (
121125 "https://raw.githubusercontent.com/coursier/sbt-extras/master/sbt" ,
122126 path . join ( bin , "csbt" )
You can’t perform that action at this time.
0 commit comments