Skip to content

Commit

Permalink
ci: Raise Gradle memory
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy authored and actions-user committed Dec 4, 2024
1 parent 9db0483 commit 6f16518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obv_messenger/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ android.enableJetifier=false
android.nonFinalResIds=true
android.nonTransitiveRClass=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536M -Dkotlin.daemon.jvm.options\="-Xmx1536M"
org.gradle.jvmargs=-Xmx4096M -Dkotlin.daemon.jvm.options\="-Xmx4096M"

0 comments on commit 6f16518

Please sign in to comment.