Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setApprovedLicenseNames (0.14 seconds)

  1. build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/precommit/LicenseHeadersTask.java

            }
    
            reportConfiguration.setHeaderMatcher(new HeaderMatcherMultiplexer(matchers.toArray(IHeaderMatcher[]::new)));
            reportConfiguration.setApprovedLicenseNames(approvedLicenses.stream().map(license -> {
                SimpleLicenseFamily simpleLicenseFamily = new SimpleLicenseFamily();
                simpleLicenseFamily.setFamilyName(license);
                return simpleLicenseFamily;
    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)
Back to Top