Skip to content

Commit c643776

Browse files
committed
Make HTML report generation cacheable
1 parent 84867c8 commit c643776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/plugins/common/src/main/kotlin/junitbuild.testing-conventions.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ val generateOpenTestHtmlReport by tasks.registering(JavaExec::class) {
3030
})
3131
outputLocation = layout.buildDirectory.file("reports/open-test-report.html")
3232
}
33+
outputs.cacheIf { true }
3334
}
3435

3536
abstract class HtmlReportParameters : CommandLineArgumentProvider {

0 commit comments

Comments
 (0)