Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for failIfAnyMissing (0.17 seconds)

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

            checkDependencies(licenses, notices, sources, shaFiles);
    
            licenses.forEach((item, exists) -> failIfAnyMissing(item, exists, "license"));
    
            notices.forEach((item, exists) -> failIfAnyMissing(item, exists, "notice"));
    
            sources.forEach((item, exists) -> failIfAnyMissing(item, exists, "sources"));
    
            if (shaFiles.isEmpty() == false) {
    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