Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resolveGreen (0.08 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformWithDependenciesIntegrationTest.groovy

            }
        }
    
        dependencies {
            artifactTypes {
                jar {
                    attributes.attribute(color, 'blue')
                }
            }
        }
    
        task resolveGreen(type: Copy) {
            def artifacts = configurations.implementation.incoming.artifactView {
                attributes { it.attribute(color, 'green') }
            }.artifacts
            from artifacts.artifactFiles
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 54.2K bytes
    - Viewed (0)
Back to top