Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for constraintFor (0.09 sec)

  1. platforms/ide/tooling-api/src/testFixtures/groovy/org/gradle/integtests/tooling/fixture/ToolingApiExecution.groovy

            if (annotation == null) {
                return Specs.SATISFIES_ALL
            }
            return GRADLE_VERSION_SPEC.toSpec(constraintFor(annotation))
        }
    
        private static String constraintFor(annotation) {
            if(annotation.value() == "current"){
                return "=${INSTALLATION_GRADLE_VERSION.baseVersion.version}"
            }
            return annotation.value()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 06:17:20 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top