mirror of https://github.com/sbt/sbt.git
Restored the other ThisBuild.
This commit is contained in:
parent
ab64bea2d0
commit
9d98762538
2
sbt
2
sbt
|
|
@ -99,7 +99,7 @@ while [ $# -gt 0 ]; do
|
|||
-29) addSbt "++ $latest_29"; shift ;;
|
||||
-210) addSbt "++ $latest_210"; shift ;;
|
||||
-debug) addSbt "set logLevel in Global := Level.Debug"; debug=1; shift ;;
|
||||
-local) addSbt "set scalaHome := Some(file(\"$2\"))"; shift 2 ;;
|
||||
-local) addSbt "set scalaHome in ThisBuild := Some(file(\"$2\"))"; shift 2 ;;
|
||||
|
||||
-v|-verbose) verbose=1 ; shift ;;
|
||||
-sbtjar) sbt_jar="$2"; shift 2 ;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue