Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for projectLicenses (0.06 seconds)

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

            if (projectName.equalsIgnoreCase("integ-test-zip") == false && (projectName.contains("zip") || projectName.contains("tar"))) {
                project.getExtensions()
                    .add(
                        "projectLicenses",
                        Map.of("Elastic License 2.0", project.getExtensions().getExtraProperties().get("elasticLicenseUrl"))
                    );
                TaskProvider<Task> checkMlCppNoticeTask = registerCheckMlCppNoticeTask(
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 10.6K bytes
    - Click Count (0)
  2. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/PublishPluginFuncTest.groovy

                apply plugin:'elasticsearch.publish'
    
                version = "1.0"
                group = 'org.acme'        
                description = "just a test project"
                
                ext.projectLicenses.set(['The Apache Software License, Version 2.0': 'http://www.apache.org/licenses/LICENSE-2.0'])
            """
    
            when:
            def result = gradleRunner('generatePom', 'validateElasticPom').build()
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 22 07:24:59 GMT 2021
    - 19K bytes
    - Click Count (0)
Back to Top