From b55a7db7e79637b500f153bb73822fb7fb1d396f Mon Sep 17 00:00:00 2001 From: Anton Malinskiy Date: Tue, 12 Oct 2021 23:12:56 +1100 Subject: [PATCH] ci(gradle): specify Xmx and MaxMetaspaceSize explicitly due to dokka OOM --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9c20b1397..eda4d0b4e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,4 +14,5 @@ # limitations under the License. # -android.useAndroidX=true \ No newline at end of file +org.gradle.jvmargs=-Xmx2500m -XX:MaxMetaspaceSize=512m +android.useAndroidX=true