Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for joinFilenames (0.08 seconds)

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

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/DependencyLicensesTask.java

            sources.forEach((item, exists) -> failIfAnyMissing(item, exists, "sources"));
    
            if (shaFiles.isEmpty() == false) {
                throw new GradleException("Unused sha files found: \n" + joinFilenames(shaFiles));
            }
    
        }
    
        // This is just a marker output folder to allow this task being up-to-date.
        // The check logic is exception driven so a failed tasks will not be defined
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Jul 26 12:16:14 GMT 2021
    - 14.3K bytes
    - Click Count (0)
Back to Top