Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for forVersion (0.1 sec)

  1. platforms/extensibility/test-kit/src/testFixtures/groovy/org/gradle/testkit/runner/BaseGradleRunnerIntegrationTest.groovy

                switch (version) {
                    case 'all':
                        crossVersion = true
                        return (getMinCompatibleVersions().collect { TestedGradleDistribution.forVersion(it) } +
                            TestedGradleDistribution.mostRecentFinalRelease() +
                            underDevelopmentDistribution()) as SortedSet
                    case 'current': return [
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 18:29:03 UTC 2024
    - 18.7K bytes
    - Viewed (0)
Back to top