I'm following this guide to display my pipeline test result. I'm using gradle but the new version gradle generate test result in
./**/test-results/test/*.xml
instead of the location mentioned in the article
./**/test-results/*.xml
How do I change the gradle report default location?
Thanks.