Try to avoid gradle error
continuous-integration/drone/push Build is passing Details

Might just be a memory error and this may do nothing
This commit is contained in:
IamTheFij 2020-02-03 12:30:05 -08:00
parent 815b64b90e
commit 02a2a62cc6
1 changed files with 3 additions and 0 deletions

View File

@ -16,3 +16,6 @@ org.gradle.jvmargs=-Xmx3072m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# Disable daemon since we're only running within a container
org.gradle.daemon=false