mirror of
https://github.com/corda/corda.git
synced 2025-06-19 15:43:52 +00:00
Added extra logging to build.gradle when maxParallelForks system property is set
This commit is contained in:
committed by
Mike Hearn
parent
2d39b39e31
commit
e87b33d1e8
@ -195,6 +195,7 @@ allprojects {
|
|||||||
|
|
||||||
if (System.getProperty("test.maxParallelForks") != null) {
|
if (System.getProperty("test.maxParallelForks") != null) {
|
||||||
maxParallelForks = Integer.valueOf(System.getProperty("test.maxParallelForks"))
|
maxParallelForks = Integer.valueOf(System.getProperty("test.maxParallelForks"))
|
||||||
|
logger.debug("System property test.maxParallelForks found - setting max parallel forks to $maxParallelForks for $project")
|
||||||
}
|
}
|
||||||
|
|
||||||
if (project.path.startsWith(':experimental') && System.getProperty("experimental.test.enable") == null) {
|
if (project.path.startsWith(':experimental') && System.getProperty("experimental.test.enable") == null) {
|
||||||
|
Reference in New Issue
Block a user