Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for verifyDistributionRoot (0.16 sec)

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

                    final File markerFile = new File(localZipFile.getParentFile(), localZipFile.getName() + ".ok");
                    if (distDir.isDirectory() && markerFile.isFile()) {
                        InstallCheck installCheck = verifyDistributionRoot(distDir, distDir.getAbsolutePath());
                        if (installCheck.isVerified()) {
                            return installCheck.gradleHome;
                        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top