gradle-plugin, tests: Enable parallel execution
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user