This message was deleted.
# community-support
s
This message was deleted.
b
also: is it valid to do the aggregation IN the rootProject? or does it have to be a siblling? that is given the below
Copy code
build.gradle
module1/build.gradle
module2/build.gradle
test-results/build.gradle // must this exist?
can i apply the
test-report-aggregation
in the top level
build.gradle
and aggregate there, or is there a reason that it really should be in a separate module like
test-results