Skip to content

Commit

Permalink
Disable xml/html report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
donat committed Sep 25, 2023
1 parent 37d0a6b commit d51a53b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,9 @@ subprojects {
jvmArgs "-Djdk8.location=${java8.get().metadata.installationPath.asFile}"
jvmArgs "-Djdk11.location=${java11.get().metadata.installationPath.asFile}"

// TODO re-enable html test reporting on Windows
if (org.gradle.internal.os.OperatingSystem.current().windows) {
reports.html.enabled = false
}
// TODO re-enable html test reporting
reports.html.enabled = false
reports.junitXml.enabled = false
}

// configure the repositories where the external dependencies can be found
Expand Down

0 comments on commit d51a53b

Please sign in to comment.