Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 588 for ivyA (0.3 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/repositories/resolver/M2ResourcePatternTest.groovy

            group       | module     | version | expectPath
            "group"     | "projectA" | "1.2"   | 'prefix/group/projectA/1.2/ivys/1.2/ivy.xml'
            "org.group" | "projectA" | "1.2"   | 'prefix/org/group/projectA/1.2/ivys/1.2/ivy.xml'
            "##??::"    | "projectA" | "1.2"   | 'prefix/##??::/projectA/1.2/ivys/1.2/ivy.xml'
        }
    
        def "substitutes snapshot artifact attributes into pattern"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6K bytes
    - Viewed (0)
  2. platforms/software/ivy/src/main/resources/META-INF/gradle-plugins/org.gradle.ivy-publish.properties

    implementation-class=org.gradle.api.publish.ivy.plugins.IvyPublishPlugin...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 73 bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/dsl/DefaultRepositoryHandlerTest.groovy

            def repo3Name = "ivy"
            repo3.getName() >> { repo3Name }
            repo3.setName(_) >> { repo3Name = it[0] }
    
            repositoryFactory.createIvyRepository() >>> [repo1, repo2, repo3]
    
            when:
            handler.ivy {}
            handler.ivy {}
            handler.ivy {}
    
            then:
            repo1Name == "ivy"
            repo2Name == "ivy2"
            repo3Name == "ivy3"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 18:02:33 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/test-full.xml

       KIND, either express or implied.  See the License for the
       specific language governing permissions and limitations
       under the License.
    -->
    <ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven" xmlns:e="http://ant.apache.org/ivy/extra">
    	<info organisation="myorg"
    	       module="mymodule"
    	       revision="myrev"
    	       status="status"
               branch="branch"
    	       publication="20041101110000"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyDynamicRevisionRemoteResolveIntegrationTest.groovy

            def repo2ProjectA2 = repo2.module("group", "projectA", "1.2").publish()
            repo1ProjectA1.ivy.expectGet()
            repo2ProjectA1.ivy.expectHead()
            repo2ProjectA1.ivy.sha1.expectGet()
            repo2ProjectA1.ivy.expectGet()
            repo2ProjectA1.jar.expectGet()
            succeeds "cache"
    
            when:
            repo1.directoryList("group", "projectA").expectGet()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 41.4K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/plugins/resolutionRules/common/ivy-repo/com.example/sample-plugins/1.0.0/ivy-1.0.0.xml.sha1

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 40 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/plugins/consuming/common/ivy-repo/com.example/sample-plugins/1.0.0/ivy-1.0.0.xml.sha1

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 40 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/plugins/consuming/common/ivy-repo/com.example.goodbye/com.example.goodbye.gradle.plugin/1.0.0/ivy-1.0.0.xml.sha1

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 40 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/plugins/consuming/common/ivy-repo/com.example.hello/com.example.hello.gradle.plugin/1.0.0/ivy-1.0.0.xml.sha1

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 40 bytes
    - Viewed (0)
  10. platforms/software/resources-sftp/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishSftpIntegrationTest.groovy

            module.jar.sha512.expectFileUpload()
            module.ivy.expectParentCheckdir()
            module.ivy.expectFileUpload()
            module.ivy.sha1.expectParentCheckdir()
            module.ivy.sha1.expectFileUpload()
            module.ivy.sha256.expectParentCheckdir()
            module.ivy.sha256.expectFileUpload()
            module.ivy.sha512.expectParentCheckdir()
            module.ivy.sha512.expectFileUpload()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 8.1K bytes
    - Viewed (0)
Back to top