Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ivyEar (0.07 sec)

  1. platforms/extensibility/plugin-use/src/integTest/groovy/org/gradle/plugin/repository/ResolvingFromMultipleCustomPluginRepositorySpec.groovy

        @Shared
        String pluginAB = "org.example.pluginAB"
    
        Repository repoA
        Repository repoB
    
        private def publishPlugins(String repoType) {
            if (repoType == IVY) {
                repoA = ivyRepo("ivyA")
                repoB = ivyRepo("ivyB")
    
                publishPlugin(pluginA, repoA)
                publishPlugin(pluginAB, repoA)
                publishPlugin(pluginAB, repoB)
            } else if (repoType == MAVEN) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 12 19:30:55 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.28.md

    - Bumped `distroless-iptables` to 0.2.6 based on Go 1.20.6. ([#119365](https://github.com/kubernetes/kubernetes/pull/119365), [@xmudrii](https://github.com/xmudrii))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
Back to top