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

meonkeys pushed a commit to branch auto-close-static-mocks
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit f6ee4b61df6cd1e177b23e8e92df5a223b140ce4
Author: Adam Monsen <[email protected]>
AuthorDate: Tue Aug 5 12:24:26 2025 -0700

    WIP - simplify config
---
 test-results/build.gradle | 40 +---------------------------------------
 1 file changed, 1 insertion(+), 39 deletions(-)

diff --git a/test-results/build.gradle b/test-results/build.gradle
index 7919c15837..daf8dd1e4c 100644
--- a/test-results/build.gradle
+++ b/test-results/build.gradle
@@ -17,49 +17,16 @@
  * under the License.
  */
 
-//apply plugin: 'test-report-aggregation'
-
 plugins {
     id 'test-report-aggregation'
 }
 
 description = 'Aggregate Test Results'
 
-// Declare dependencies using the testReportAggregation configuration
-// (list project results to aggregate here)
 dependencies {
-    // EVERYTHING. Doesn't work because we don't/can't run them all at once.
-    //testReportAggregation fineractJavaProjects
-
-    // FIXME - old project? delete?
-    //testReportAggregation project(':fineract-api')
-
-    // specific projects only (all but e2e) -- this is probably the way to go
-    testReportAggregation project(':fineract-core')
-    testReportAggregation project(':fineract-cob')
-    testReportAggregation project(':fineract-validation')
-    testReportAggregation project(':fineract-command')
-    testReportAggregation project(':fineract-accounting')
-    testReportAggregation project(':fineract-provider')
-    testReportAggregation project(':fineract-branch')
-    testReportAggregation project(':fineract-document')
-    testReportAggregation project(':fineract-investor')
-    testReportAggregation project(':fineract-charge')
-    testReportAggregation project(':fineract-rates')
-    testReportAggregation project(':fineract-tax')
-    testReportAggregation project(':fineract-loan')
-    testReportAggregation project(':fineract-savings')
-    testReportAggregation project(':fineract-report')
-    testReportAggregation project(':integration-tests')
-    testReportAggregation project(':twofactor-tests')
-    testReportAggregation project(':oauth2-tests')
-    testReportAggregation project(':fineract-client')
-    testReportAggregation project(':fineract-avro-schemas')
-    testReportAggregation project(':fineract-progressive-loan')
-    testReportAggregation 
project(':fineract-progressive-loan-embeddable-schedule-generator')
+    testReportAggregation fineractJavaProjects
 }
 
-// Define a report of type AggregateTestReport which collects test data from 
unit test suites
 reporting {
     reports {
         testAggregateTestReport(AggregateTestReport) {
@@ -67,8 +34,3 @@ reporting {
         }
     }
 }
-
-// make aggregate test report generation part of the 'check' lifecycle phase
-//tasks.named('check') {
-//    dependsOn tasks.named('testAggregateTestReport', TestReport)
-//}

Reply via email to