Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for allIncubationReports (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-logic/buildquality/src/main/kotlin/gradlebuild.incubation-report-aggregation.gradle.kts

    }
    
    val reports by configurations.creating {
        isCanBeResolved = false
        isCanBeConsumed = false
        description = "Dependencies to aggregate reports from"
    }
    
    val allIncubationReports = tasks.register<IncubatingApiAggregateReportTask>("allIncubationReports") {
        group = "verification"
        reports.from(resolver("txt"))
        htmlReportFile = project.layout.buildDirectory.file("reports/incubation/all-incubating.html")
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Jul 02 12:28:02 GMT 2025
    - 1.5K bytes
    - Click Count (0)
Back to Top