sbt/run/src
kxbmap 59f178a4c4 Make javaHome that forks scripted tests configurable
Normally scripted tests are forked using the JVM that is running sbt.
If set `scripted / javaHome`, forked using it.

```
scripted / javaHome := Some(file("/path/to/jdk-x.y.z"))
```

Or use `java++` command before scripted.

```
sbt> java++ 11!
sbt> scripted
```
2021-10-05 00:35:56 +09:00
..
main Make javaHome that forks scripted tests configurable 2021-10-05 00:35:56 +09:00
test/scala/sbt apply -Yno-lub 2019-10-13 23:46:23 -04:00