Skip to content

Commit

Permalink
[SAMBAD-219]-refactor :required.set(true)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeHanEum committed Aug 3, 2024
1 parent 4b6ce8f commit af1c106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ test {

jacocoTestReport {
reports {
html.required = true
xml.required = true
csv.required = true
html.required.set(true)
xml.required.set(true)
csv.required.set(false)
}
finalizedBy 'jacocoTestCoverageVerification'
}
Expand Down

0 comments on commit af1c106

Please sign in to comment.