diff --git a/spring-test/spring-test.gradle b/spring-test/spring-test.gradle index e15134600b..365ce7d316 100644 --- a/spring-test/spring-test.gradle +++ b/spring-test/spring-test.gradle @@ -112,7 +112,7 @@ test { task aggregateTestReports(type: TestReport) { description = "Aggregates JUnit and TestNG test reports." - destinationDir = test.reports.html.destination + destinationDir = test.reports.html.outputLocation.get().getAsFile() reportOn junit, testNG }