Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fetchDistribution (0.18 sec)

  1. platforms/core-runtime/wrapper-shared/src/main/java/org/gradle/wrapper/Install.java

                        // Distribution is invalid. Try to reinstall.
                        System.err.println(installCheck.failureMessage);
                        markerFile.delete();
                    }
    
                    fetchDistribution(localZipFile, distributionUrl, distDir, configuration);
    
                    InstallCheck installCheck = verifyDistributionRoot(distDir, safeUri(distributionUrl).toASCIIString());
                    if (installCheck.isVerified()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. integration-tests/gradle/gradle/wrapper/gradle-wrapper.jar

    download; private final PathAssembler pathAssembler; private final ExclusiveFileAccessM exclusiveFileAccessM; public void Install(Logger, IDownload, PathAssembler); public java.io.File createDist(WrapperConfiguration) throws Exception; private void fetchDistribution(java.io.File, java.net.URI, java.io.File, WrapperConfiguration) throws Exception; private String fetchDistributionSha(WrapperConfiguration, java.io.File); private void unzipLocal(java.io.File, java.io.File) throws java.io.IOException; private...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Oct 31 19:07:19 UTC 2023
    - 62.2K bytes
    - Viewed (0)
Back to top