- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for generateReport (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/tasks/IncubatingApiAggregateReportTask.kt
@get:OutputFile abstract val csvReportFile: RegularFileProperty @get:Inject abstract val workerExecutor: WorkerExecutor @TaskAction fun generateReport() = workerExecutor.noIsolation().submit(IncubatingApiReportAggregationWorkAction::class) { reports.from(******@****.***s)Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu May 29 08:21:16 GMT 2025 - 2.2K bytes - Click Count (0) -
build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/precommit/LicenseHeadersTask.java
simpleLicenseFamily.setFamilyName(license); return simpleLicenseFamily; }).toArray(SimpleLicenseFamily[]::new)); ClaimStatistic stats = generateReport(reportConfiguration, getReportFile()); boolean unknownLicenses = stats.getNumUnknown() > 0; boolean unApprovedLicenses = stats.getNumUnApproved() > 0; if (unknownLicenses || unApprovedLicenses) {
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 09 18:53:35 GMT 2021 - 10.6K bytes - Click Count (0)