Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/integtests/fixtures/publish/ModuleVersionSpec.groovy

                    }
                }
            }
    
            if(excludeFromConfig) {
                excludeFromConfig.each {
                    def moduleParts = it.module.split(':') as List
                    module.excludeFromConfig(moduleParts[0], moduleParts[1], it.conf)
                }
            }
    
            if (constraints) {
                constraints.each {
                    if (it instanceof CharSequence) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 14.4K bytes
    - Viewed (0)
Back to top