This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch feature/GEODE-5363
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 011a66a236802127eb378ced3dd6669f63556c11
Author: Jacob Barrett <jbarr...@pivotal.io>
AuthorDate: Wed Jul 11 08:10:27 2018 -0700

    GEODE-5363: Remove parallel changes.
---
 gradle/test.gradle | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/gradle/test.gradle b/gradle/test.gradle
index 7ec5ced..61459ee 100644
--- a/gradle/test.gradle
+++ b/gradle/test.gradle
@@ -122,11 +122,6 @@ subprojects {
 
     forkEvery 1
 
-    if (project.hasProperty('maxParallelForks'))
-      maxParallelForks = project.maxParallelForks as int
-    if (project.hasProperty('forkEvery'))
-      forkEvery = project.forkEvery as int
-
     doFirst {
       TestPropertiesWriter.writeTestProperties(buildDir, name)
     }
@@ -143,11 +138,6 @@ subprojects {
 
     forkEvery 1
 
-    if (project.hasProperty('maxParallelForks'))
-      maxParallelForks = project.maxParallelForks as int
-    if (project.hasProperty('forkEvery'))
-      forkEvery = project.forkEvery as int
-
     outputs.upToDateWhen{false}
   }
 
@@ -162,11 +152,6 @@ subprojects {
 
     forkEvery 1
 
-    if (project.hasProperty('maxParallelForks'))
-      maxParallelForks = project.maxParallelForks as int
-    if (project.hasProperty('forkEvery'))
-      forkEvery = project.forkEvery as int
-
     outputs.upToDateWhen{false}
   }
 

Reply via email to