commit 00a33b9ce63d8017caf4d742f5df42faf2e225bc parent 67e07acbb56796d663c24a1c53e6f2d6eabd81a6 Author: auth <64337177+authorisation@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:48:46 +0200 fix: ci heap error Diffstat:
M | gradle.properties | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties @@ -1,4 +1,4 @@ -org.gradle.jvmargs=-Xms6G -Xmx6G -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xms12G -Xmx12G -Dfile.encoding=UTF-8 org.gradle.parallel=true android.useAndroidX=true kotlin.code.style=official