http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2710a422/build.gradle ---------------------------------------------------------------------- diff --cc build.gradle index 44be620,e3b1033..bdc6f02 --- a/build.gradle +++ b/build.gradle @@@ -372,11 -388,13 +388,11 @@@ subprojects } maxHeapSize '768m' - jvmArgs = ['-XX:+HeapDumpOnOutOfMemoryError', '-XX:MaxPermSize=256M', '-ea'] + jvmArgs = ['-XX:+HeapDumpOnOutOfMemoryError', '-ea'] - systemProperties = [ - 'gemfire.DEFAULT_MAX_OPLOG_SIZE' : '10', - 'gemfire.disallowMcastDefaults' : 'true', - 'jline.terminal' : 'jline.UnsupportedTerminal', - ] + systemProperty 'gemfire.DEFAULT_MAX_OPLOG_SIZE', '10' + systemProperty 'gemfire.disallowMcastDefaults', 'true' + systemProperty 'jline.terminal', 'jline.UnsupportedTerminal' def eol = System.getProperty('line.separator') def progress = new File(resultsDir, "$test.name-progress.txt")
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2710a422/gemfire-assembly/build.gradle ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2710a422/settings.gradle ----------------------------------------------------------------------
