Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for versionListingURI (0.38 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/ComponentSelectionRulesDependencyResolveIntegTest.groovy

    Versions that do not match:
      - 2.1
      - 2.0
    Versions rejected by component selection rules:
      - 1.2
      - 1.1
      - 1.0
    Searched in the following locations:
      - ${versionListingURI('org.utils', 'api')}
    ${triedMetadata('org.utils', 'api', "1.2")}
    ${triedMetadata('org.utils', 'api', "1.1")}
    ${triedMetadata('org.utils', 'api', "1.0")}
    Required by:
    """)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/integtests/resolve/AbstractModuleDependencyResolveTest.groovy

        String getTestConfiguration() { 'conf' }
    
        String getRootProjectName() { 'test' }
    
        void resetExpectations() {
            server.resetExpectations()
            repoSpec.nextStep()
        }
    
        String versionListingURI(String group, String module) {
            GradleMetadataResolveInterceptor.useIvy() ? "${ivyHttpRepo.uri}/$group/$module/" : "${mavenHttpRepo.uri}/${group.replace('.', '/')}/${module}/maven-metadata.xml"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 16:23:01 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/ComponentSelectionRulesErrorHandlingIntegTest.groovy

            then:
            fails ":checkDeps"
            failure.assertHasCause("""Could not find any matches for org.utils:api:+ as no versions of org.utils:api are available.
    Searched in the following locations:
      - ${versionListingURI('org.utils', 'api')}
    ${triedMetadata('org.utils', 'api', '2.1', false)}
    Required by:
    """)
    
            when:
            resetExpectations()
            repositoryInteractions {
                'org.utils:api:2.1' {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 12.2K bytes
    - Viewed (0)
Back to top