mirror of https://github.com/sbt/sbt.git
More indentation messed up.
This commit is contained in:
parent
b5766e4057
commit
2ba9bbc767
|
|
@ -529,8 +529,7 @@ object Defaults extends BuildCommon
|
||||||
(taskTemporaryDirectory, scalaInstance, baseDirectory, javaOptions, outputStrategy, fork, javaHome, trapExit, connectInput) map {
|
(taskTemporaryDirectory, scalaInstance, baseDirectory, javaOptions, outputStrategy, fork, javaHome, trapExit, connectInput) map {
|
||||||
(tmp, si, base, options, strategy, forkRun, javaHomeDir, trap, connectIn) =>
|
(tmp, si, base, options, strategy, forkRun, javaHomeDir, trap, connectIn) =>
|
||||||
if(forkRun) {
|
if(forkRun) {
|
||||||
new ForkRun( ForkOptions(scalaJars = si.jars, javaHome = javaHomeDir, connectInput = connectIn, outputStrategy = strategy,
|
new ForkRun( ForkOptions(scalaJars = si.jars, javaHome = javaHomeDir, connectInput = connectIn, outputStrategy = strategy, runJVMOptions = options, workingDirectory = Some(base)) )
|
||||||
runJVMOptions = options, workingDirectory = Some(base)) )
|
|
||||||
} else
|
} else
|
||||||
new Run(si, trap, tmp)
|
new Run(si, trap, tmp)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue