Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDownloadedDistribution (0.15 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/DistributionFactory.java

            if (wrapper.getDistribution() != null) {
                return new ZippedDistribution(wrapper.getConfiguration(), clock);
            }
            return getDownloadedDistribution(GradleVersion.current().getVersion());
        }
    
        /**
         * Returns the distribution installed in the specified directory.
         */
        public Distribution getDistribution(File gradleHomeDir) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:58:56 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top