Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getTargetDist (0.2 sec)

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

        void setTargetDist(GradleDistribution targetDist) {
            targetGradleDistribution = targetDist
            toolingApi.setDist(targetGradleDistribution)
        }
    
        GradleDistribution getTargetDist() {
            if (targetGradleDistribution == null) {
                throw new IllegalStateException("targetDist is not yet set by the testing framework")
            }
            return targetGradleDistribution
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top