Skip to content

Commit

Permalink
chore(bumpup-gradle): fix junitXmlReport.isEnabled -> required
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkWeird committed Jul 6, 2023
1 parent e020e81 commit ef9695f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/terasology-metrics.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tasks.withType<Test> {
// If false, the outputs are still collected and visible in the test report, but they don't spam the console.
testLogging.showStandardStreams = false
reports {
junitXml.isEnabled = true
junitXml.required.set(true)
}
jvmArgs("-Xms512m", "-Xmx1024m")

Expand Down

0 comments on commit ef9695f

Please sign in to comment.