drofwarcs
11/08/2018, 6:43 PM./gradlew check
? When I run it I get an HMTL file with all the results and several XML files with their individual results. Just looking to have one XML file with all the results. This is in a multiplatform project. I already tried
test {
reports {
.....
}
}
but gradle not happy with that dsl