This message was deleted.
# community-support
s
This message was deleted.
v
Not related to your problem, but why do you exclude the root project and projects without tests? To exclude the root project you could simply use
subprojects
instead of
allprojects
. And iirc those aggregate plugins do lenient resolution, so projects without tests should automatically be ignored.
j
Thanks Vampire! I can tweak that for sure.