Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for publishLib (0.14 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/VersionCatalogExtensionIntegrationTest.groovy

                }
            """
            def publishLib = { String artifactId, String version ->
                def lib = mavenHttpRepo.module("org.gradle.test", artifactId, version)
                    .withModuleMetadata()
                    .publish()
                lib.moduleMetadata.expectGet()
                lib.pom.expectGet()
                return lib
            }
            publishLib("lib-core", "1.0").with {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 77.8K bytes
    - Viewed (0)
Back to top