Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for augmentMapWithProperties (1.33 sec)

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

            op.details.buildPath == ":"
            def repos = op.details.repositories
            repos.size() == 1
            def repo1 = repos.first()
            repo1.remove('id')
            repo1 == augmentMapWithProperties(expectedRepo, [
                URL: expectedRepo.name == 'MavenLocal' ? m2.mavenRepo().uri.toASCIIString() : mavenHttpRepo.uri.toASCIIString(),
                DIRS: [buildFile.parentFile.file('fooDir').absolutePath]
            ])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 22.2K bytes
    - Viewed (0)
Back to top