Skip to content

Commit

Permalink
Disable reports setup in junit5-reporting project
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Oct 31, 2023
1 parent b850e51 commit a13cb9a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions junit5-reporting/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ test {
showStandardStreams = true
}

reports {
junitXml.enabled = true
html.enabled = true
}
// reports.junitXml.enabled = true
// reports.html.enabled = true
}

compileTestJava {
Expand Down

0 comments on commit a13cb9a

Please sign in to comment.