mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Added extra logging to build.gradle when maxParallelForks system property is set
This commit is contained in:
parent
2d39b39e31
commit
e87b33d1e8
@ -195,6 +195,7 @@ allprojects {
|
||||
|
||||
if (System.getProperty("test.maxParallelForks") != null) {
|
||||
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user