mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Avoid use of deprecated API in aggregateTestReports task
See gh-26870
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user