Skip to content

Commit

Permalink
Gradle to use less memory, missed an export command (#5436)
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd authored Jun 23, 2017
1 parent 8adfa3f commit 14a83b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/buildViaTravis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ "$buildTag" != "" ] && [ "${buildTag:0:3}" != "v2." ]; then
exit 1
fi

GRADLE_OPTS=-Xmx832m
export GRADLE_OPTS=-Xmx1024m

if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
echo -e "Build Pull Request #$TRAVIS_PULL_REQUEST => Branch [$TRAVIS_BRANCH]"
Expand Down

0 comments on commit 14a83b3

Please sign in to comment.