From b8331e74203a5b975130d30d7e7060b30f1adea7 Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Thu, 1 Jul 2021 01:44:02 +0200 Subject: [PATCH] increase gradle memory --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f75a70a..d1c3969 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,4 +5,5 @@ systemProp.sonar.projectKey=postgres-json systemProp.sonar.projectName=PostgresJson systemProp.sonar.organization=flecomte systemProp.sonar.java.coveragePlugin=jacoco -systemProp.sonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/test/jacocoTestReport.xml \ No newline at end of file +systemProp.sonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/test/jacocoTestReport.xml +org.gradle.jvmargs=-Xmx4096M \ No newline at end of file