Skip to content

Commit 54141ea

Browse files
committed
increase -Xmx to fix GitHub Actions build.
1 parent f9c91b6 commit 54141ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin.incremental.useClasspathSnapshot=true
44
kotlin.native.cacheKind.linuxX64=none
55

66
#Gradle
7-
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
7+
org.gradle.jvmargs=-Xmx3072M -Dfile.encoding=UTF-8
88

99

1010
#Android

0 commit comments

Comments
 (0)