Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for configureFromDaemonJVMProperties (0.31 sec)

  1. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/cli/converter/LayoutToPropertiesConverter.java

            properties.putAll(initialProperties.getRequestedSystemProperties());
    
            Map<String, String> daemonJvmProperties = new HashMap<>();
            configureFromDaemonJVMProperties(layout, daemonJvmProperties);
            return new Result(properties, daemonJvmProperties, initialProperties);
        }
    
        private void configureFromSystemPropertiesOfThisJvm(Map<Object, Object> properties) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Apr 28 21:41:57 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top