#22909 Fix parameters

* @binVersion@
* @github@
* @samples@
* @exampleCodeService@
This commit is contained in:
Martynas Mickevičius 2017-05-12 16:07:51 +03:00
parent 4cb9c2436f
commit 0e7a8e1e61
40 changed files with 320 additions and 253 deletions

View file

@ -21,7 +21,7 @@ You can specify JVM options for the forked JVMs:
jvmOptions in MultiJvm := Seq("-Xmx256M")
```
Here is an example of a [sample project](@samples@/tree/master/akka-sample-multi-node-scala) that uses the `sbt-multi-jvm` plugin.
Here is an example of a @extref[sample project](samples:tree/master/akka-sample-multi-node-scala) that uses the `sbt-multi-jvm` plugin.
## Running tests