gradle-plugin, tests: Enable parallel execution

This commit is contained in:
Ilya Matveev
2017-11-03 18:40:20 +03:00
committed by ilmat192
parent 2c63d0e2ed
commit 4c73a90e1d
@@ -81,6 +81,9 @@ test {
} }
// Uncomment for debugging. // Uncomment for debugging.
//testLogging.showStandardStreams = true //testLogging.showStandardStreams = true
if (project.hasProperty("maxParallelForks")) {
maxParallelForks=project.property("maxParallelForks")
}
} }
jar { jar {