Skip to content

Commit

Permalink
Update deprecated API for enabling JUnit XML report in Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed Sep 13, 2023
1 parent fcbc635 commit dbe4a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ configure(allprojects - [project(':spring-cloud-open-service-broker-docs')]) {
testLogging {
events "skipped", "failed"
}
reports.junitXml.enabled = true
reports.junitXml.required = true
}
}

Expand Down

0 comments on commit dbe4a56

Please sign in to comment.