- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for attachedReportLocations (0.44 sec)
-
build-logic/buildquality/src/main/kotlin/gradlebuild.configure-ci-artifacts.gradle.kts
project.gradle.taskGraph.whenReady { val allTasks = ******@****.***ks val taskPathToReports = allTasks.associate { it.path to it.customReports() + it.attachedReportLocations() }.filter { it.value.isNotEmpty() } globalExtension.taskPathToReports = taskPathToReports } } fun Task.customReports(): List<File> = when (this) {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Sep 11 14:21:47 UTC 2024 - 2.1K bytes - Viewed (0)