Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for nextModuleSet (0.13 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/simple/DefaultCompositeExcludeTest.groovy

        GroupExclude nextGroup() {
            FACTORY.group(randomGroupName())
        }
    
        ModuleIdExclude nextModuleId() {
            FACTORY.moduleId(randomModuleId())
        }
    
        ModuleSetExclude nextModuleSet() {
            FACTORY.moduleSet((0..(1 + random.nextInt(5))).collect { randomModuleName() } as Set<String>)
        }
    
        GroupSetExclude nextGroupSet() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.8K bytes
    - Viewed (0)
Back to top