From 8a970b84a63ad16474a7b179616f1eb0d2087911 Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Tue, 12 Jun 2018 14:08:23 -0700 Subject: [PATCH] [SHIBUI-522] Fixed a typo. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a78a75682..ad64aeafd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,4 +12,4 @@ hibernate.version=5.2.11.Final lucene.version=7.2.1 -org.gradle.jvmargs=-Xmx4g XX:-UseGCOverheadLimit +org.gradle.jvmargs=-Xmx4g -XX:-UseGCOverheadLimit