mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
metadata: rview: Prevent build OOM via jvmargs
rview otherwise exceeds available heap space during optimization.
This commit is contained in:
parent
263bd8efad
commit
ef005d00b9
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ Builds:
|
|||
gradle:
|
||||
- floss
|
||||
output: app/build/outputs/apk/floss/release/*.apk
|
||||
gradleprops:
|
||||
- org.gradle.jvmargs=-Xmx8g
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue