Skip to content

Commit

Permalink
0005309: Prepare for Gradle upgrade to version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Marzullo committed May 25, 2022
1 parent 42ea0f9 commit c4c73bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions symmetric-assemble/common.gradle
Expand Up @@ -144,8 +144,8 @@ subprojects { subproject ->
executionData(file("${project.buildDir}/jacoco/test.exec"),
file("${project.buildDir}/jacoco/integrationTest.exec"))
reports {
xml.enabled=true
html.enabled=true
xml.required=true
html.required=true
//for XML
html.destination=file("${buildDir}/reports/jacoco.html")
xml.destination=file("${buildDir}/reports/jacoco.xml")
Expand Down

0 comments on commit c4c73bc

Please sign in to comment.