Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for versionCatalogBundle (0.21 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/artifacts/dsl/DependencyCollectorDslIntegrationTest.groovy

        }
    
        String versionCatalog(String group, String name) {
            return "libs.$group.$name"
        }
    
        String versionCatalogBundle(String bundle) {
            return "libs.bundles.$bundle"
        }
    
        String testFixtures(String expression) {
            return "testFixtures($expression)"
        }
    
        String platform(String expression) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 16:23:38 UTC 2024
    - 15.9K bytes
    - Viewed (0)
Back to top