Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sanitizeEnvironment (0.26 sec)

  1. platforms/core-execution/workers/src/main/java/org/gradle/workers/internal/DefaultProcessWorkerSpec.java

            this.forkOptions.setEnvironment(sanitizeEnvironment(forkOptions));
        }
    
        /**
         * Inherit as little as possible from the parent process' environment.
         *
         * On Unix systems we need to pass a few environment variables to make sure
         * the file system is accessed with the right encoding.
         */
        private static Map<String, Object> sanitizeEnvironment(JavaForkOptions forkOptions) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:36:27 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top