matrei commented on code in PR #16069:
URL: https://github.com/apache/grails-core/pull/16069#discussion_r3699745664


##########
gradle/functional-test-config.gradle:
##########
@@ -17,49 +17,53 @@
  *  under the License.
  */
 
-rootProject.subprojects
+def substitutableProjects = rootProject.subprojects
         .findAll { !(it.name in testProjects) && !(it.name in docProjects) && 
!(it.name in cliProjects) }
-        .each { project.evaluationDependsOn(it.path) }
+        .collect {

Review Comment:
   Cached the snapshot so gain the additional 10%



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to