Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for myBundle (0.07 sec)

  1. platforms/software/build-init/src/test/groovy/org/gradle/buildinit/plugins/internal/VersionCatalogDependencyRegistryTest.groovy

            expect:
            new VersionCatalogDependencyRegistry(true).registerLibrary(module, "42") == alias
    
            where:
            module || alias
            "bundles:a" | "libs.mybundles.a"
            "bundles-a:a" | "libs.mybundles.a.a"
            "versions:b" | "libs.myversions.b"
            "versions-b:b" | "libs.myversions.b.b"
            "plugins:c" | "libs.myplugins.c"
            "plugins-c:c" | "libs.myplugins.c.c"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 18 14:16:33 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top