Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AlignmentSpec (0.25 sec)

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

        }
    
        void expectAlignment(@DelegatesTo(value = AlignmentSpec, strategy = Closure.DELEGATE_FIRST) Closure<?> spec) {
            def align = new AlignmentSpec()
            spec.delegate = align
            spec.resolveStrategy = Closure.DELEGATE_FIRST
            spec()
            repositoryInteractions {
                align.applyTo(repoSpec)
            }
        }
    
        static class AlignmentSpec {
            final List<ModuleAlignmentSpec> specs = []
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 9K bytes
    - Viewed (0)
Back to top