hhandoko
05/18/2017, 2:37 AM1.8 then test with JDK 1.7).ilya.gorbunov
05/18/2017, 2:40 AMforkMode and jvm configuration properties, like here: https://github.com/JetBrains/kotlin/blob/1.1.2/libraries/stdlib/jre7/pom.xml#L97hhandoko
05/18/2017, 2:43 AMforkMode is JVM forking for parallel test execution.hhandoko
05/18/2017, 3:48 AMforkMode, but it raises another question. Is this simply running the test using JDK 1.7 (as it is seen on the env variable)?ilya.gorbunov
05/18/2017, 4:08 AMforkMode specifies that a new JVM process must be forked to run tests, and jvm specifies which JVM to use.