Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,107 for resolveRed (0.28 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/internal/component/ResolutionFailureHandlerIntegrationTest.groovy

            and: "Has error output"
            failure.assertHasDescription("Could not determine the dependencies of task ':forceResolution'.")
            failure.assertHasCause("Could not resolve all dependencies for configuration ':resolveMe'.")
            failure.assertHasCause("Could not resolve project :.")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 45K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resolve/result/DefaultBuildableModuleComponentMetaDataResolveResultTest.groovy

            descriptor.authoritative
            descriptor.hasResult()
        }
    
        def "can mark as resolved using meta-data"() {
            def metaData = Stub(ModuleComponentResolveMetadata)
    
            when:
            descriptor.resolved(metaData)
    
            then:
            descriptor.state == BuildableModuleComponentMetaDataResolveResult.State.Resolved
            descriptor.failure == null
            descriptor.metaData == metaData
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/artifacts/ResolvedDependency.java

    import java.util.Set;
    
    /**
     * Information about a resolved dependency.
     */
    public interface ResolvedDependency {
        /**
         * Returns the name of the resolved dependency.
         */
        String getName();
    
        /**
         * Returns the module group of the resolved dependency.
         */
        String getModuleGroup();
    
        /**
         * Returns the module name of the resolved dependency.
         */
        String getModuleName();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 15 16:06:48 UTC 2017
    - 3.3K bytes
    - Viewed (0)
  4. maven-artifact/src/main/java/org/apache/maven/artifact/resolver/MultipleArtifactsNotFoundException.java

        /**
         * Create an instance of the exception with all required information.
         *
         * @param originatingArtifact the artifact that was being resolved
         * @param resolvedArtifacts   artifacts that could be resolved
         * @param missingArtifacts    artifacts that could not be resolved
         * @param remoteRepositories  remote repositories where the missing artifacts were not found
         */
        public MultipleArtifactsNotFoundException(
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Dec 26 15:12:32 UTC 2022
    - 4.4K bytes
    - Viewed (0)
  5. maven-compat/src/main/java/org/apache/maven/ProjectDependenciesResolver.java

        /**
         * Resolves the transitive dependencies of the specified project.
         *
         * @param project         The project whose dependencies should be resolved, must not be {@code null}.
         * @param scopesToResolve The dependency scopes that should be resolved, may be {@code null}.
         * @param session         The current build session, must not be {@code null}.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  6. test/typeparam/issue51219b.dir/a.go

    	[]byte |
    		UserCommandInteractionData
    }
    
    type UserCommandInteractionData struct {
    	resolvedInteractionWithOptions
    }
    
    type resolvedInteractionWithOptions struct {
    	Resolved Resolved `json:"resolved,omitempty"`
    }
    
    type Resolved struct {
    	Users ResolvedData[User] `json:"users,omitempty"`
    }
    
    type ResolvedData[T ResolvedDataConstraint] map[uint64]T
    
    type ResolvedDataConstraint interface {
    	User | Message
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 28 14:59:04 UTC 2022
    - 792 bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/UnsupportedConfigurationMutationTest.groovy

            buildFile << """
                configurations { a }
                configurations.a.resolve()
                artifacts { a file("some.jar") }
            """
            when: fails()
            then: failure.assertHasCause("Cannot change artifacts of dependency configuration ':a' after it has been resolved")
        }
    
        def "does not allow changing excludes on a configuration that has been resolved"() {
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 05 20:59:50 UTC 2024
    - 17.6K bytes
    - Viewed (2)
  8. platforms/documentation/docs/src/snippets/signing/maven-publish/groovy/build.gradle

    }
    // end::defining-sources-jar-task[]
    
    // tag::pom-customization[]
    // tag::versions-resolved[]
    publishing {
        publications {
            mavenJava(MavenPublication) {
    // end::versions-resolved[]
    // end::pom-customization[]
                artifactId = 'my-library'
                from components.java
    // tag::versions-resolved[]
                versionMapping {
                    usage('java-api') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  9. src/main/java/jcifs/SID.java

         * <p>
         * Specifically, if the SID has
         * been resolved and it is not a domain SID or builtin account,
         * the full DOMAIN\name form of the account will be
         * returned (e.g. MYDOM\alice or MYDOM\Domain Users).
         * If the SID has been resolved but it is is a domain SID,
         * only the domain name will be returned (e.g. MYDOM).
         * If the SID has been resolved but it is a builtin account,
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 5.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "version": "0.4.1",
          "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
          "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
          "dev": true
        },
        "node_modules/@eslint/js": {
          "version": "8.40.0",
          "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.40.0.tgz",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
Back to top