Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getImmutableSystemProperties (0.18 sec)

  1. subprojects/core/src/main/java/org/gradle/process/internal/JvmOptions.java

                }
            }
        }
    
        public Map<String, Object> getMutableSystemProperties() {
            return mutableSystemProperties;
        }
    
        public Map<String, Object> getImmutableSystemProperties() {
            return immutableSystemProperties;
        }
    
        public void setSystemProperties(Map<String, ?> properties) {
            mutableSystemProperties.clear();
            systemProperties(properties);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 09:45:59 UTC 2024
    - 14.8K bytes
    - Viewed (0)
Back to top