Increasing gradle memory
This commit is contained in:
@@ -6,5 +6,5 @@ source "$(dirname "$0")/common.sh"
|
||||
repository=$(pwd)/distribution-repository
|
||||
|
||||
pushd git-repo >/dev/null
|
||||
./gradlew --no-daemon clean build install -Dmaven.repo.local="${repository}"
|
||||
./gradlew --no-daemon clean build install -Dmaven.repo.local="${repository}" -Dorg.gradle.jvmargs="-Xmx512m -Xmx2048m"
|
||||
popd >/dev/null
|
||||
|
||||
Reference in New Issue
Block a user