Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for followSymlinks (0.25 sec)

  1. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/snapshot/impl/DirectorySnapshotter.java

                        if (targetAttributes.isDirectory()) {
                            AtomicBoolean symlinkHasBeenFiltered = new AtomicBoolean();
                            DirectorySnapshot targetSnapshot = followSymlink(file, internedFileName, symlinkHasBeenFiltered);
                            if (targetSnapshot != null) {
                                DirectorySnapshot directorySnapshotAccessedViaSymlink = new DirectorySnapshot(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 24.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    ==== Delete operations correctly handle symbolic links on Windows
    
    Gradle no longer ignores the `followSymlink` option on Windows for the `clean` task, all `Delete` tasks, and `project.delete {}` operations in the presence of junction points and symbolic links.
    
    ==== Fix in publication of additional artifacts
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
Back to top