Browse Source

Increase gradle memory limit

wip/gradle-reposilite
Sindre Stephansen 2 years ago
parent
commit
6e710333ec
Signed by: sindre <sindre@sindrestephansen.com> GPG Key ID: B06FC67D17A46ADE
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sync/resolve-deps.sh

+ 1
- 1
sync/resolve-deps.sh View File

@@ -42,7 +42,7 @@ wait_for_reposilite

if [ $? -lt 30 ]; then
echo "Running gradle"
gradle --info downloadDependencies
gradle -Dorg.gradle.jvmargs=-Xms4096m downloadDependencies
else
echo "Can't connect to repository"
exit 255


Loading…
Cancel
Save