diff --git a/build.gradle b/build.gradle index 3144f8442e..38a295223a 100644 --- a/build.gradle +++ b/build.gradle @@ -146,7 +146,6 @@ configure(allprojects) { project -> // classes with the "$" pattern; otherwise, using -Dtest.single=MyTests to // run MyTests by itself will fail if MyTests contains any inner classes. exclude(["**/Abstract*.class", '**/*$*']) - reports.junitXml.setDestination(file("$buildDir/test-results")) } checkstyle {