Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for optionalFeatureRuntimeElements (0.27 sec)

  1. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishFeaturesJavaIntegTest.groovy

                }
    
                components.java.addVariantsFromConfiguration(configurations.optionalFeatureRuntimeElements) {
                    mapToMavenScope('compile')
                    mapToOptional()
                }
    
                artifacts {
                    if ('$classifier' == 'null') {
                        optionalFeatureRuntimeElements file:file("\$buildDir/$optionalFeatureFileName"), builtBy:'touchFile'
                    } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 19.2K bytes
    - Viewed (0)
  2. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishFeaturesJavaIntegTest.groovy

                    mapToOptional()
                }
    
                artifacts {
                    if ('$classifier' == 'null') {
                        optionalFeatureRuntimeElements file:file("\$buildDir/$optionalFeatureFileName"), builtBy:'touchFile'
                    } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 18.7K bytes
    - Viewed (0)
Back to top