You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/10/09 13:44:48 UTC

[groovy] 01/03: always include 'stress' subproject

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

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit c5e3845a11271043491a2f4ca826c1604ab3d0d0
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Oct 9 22:38:18 2020 +1000

    always include 'stress' subproject
---
 settings.gradle | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/settings.gradle b/settings.gradle
index 6748ea1..d4a4425 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -68,12 +68,8 @@ def subprojects = [
         'stress'
 ]
 
-if (hasProperty('stressTests')) {
-    subprojects << 'stress'
-}
-
 include(subprojects as String[])
-        
+
 rootProject.children.each { prj ->
     prj.projectDir = new File("$rootDir/subprojects/$prj.name")
 }