Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExpectedArtifact (0.21 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/resolve/ResolveTestFixture.groovy

                    variant(attrs.variantName, attrs.variantAttributes)
                }
                reasons.add('requested')
            }
    
            Set<ExpectedArtifact> getArtifacts() {
                return artifacts.empty && implicitArtifact ? [new ExpectedArtifact(componentId: id, group: this.group, module: this.module, moduleVersion: this.version)] : artifacts
            }
    
            String getReason() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 37.8K bytes
    - Viewed (0)
Back to top