Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getImmutableDaemonProperties (2.09 sec)

  1. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/configuration/DaemonParameters.java

            GUtil.addToMap(systemProperties, System.getProperties());
            GUtil.addToMap(systemProperties, jvmOptions.getMutableSystemProperties());
            GUtil.addToMap(systemProperties, jvmOptions.getImmutableDaemonProperties());
            return systemProperties;
        }
    
        public Map<String, String> getMutableAndImmutableSystemProperties() {
            Map<String, String> systemProperties = new HashMap<String, String>();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:16:16 UTC 2024
    - 10.5K bytes
    - Viewed (0)
Back to top