Skip to content

Commit 00d19e8

Browse files
authored
Limit gradle memory (#4668)
1 parent 88ff1f6 commit 00d19e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/buildViaTravis.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
# This script will build the project.
33

4+
GRADLE_OPTS=-Xmx832m
5+
46
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
57
echo -e "Build Pull Request #$TRAVIS_PULL_REQUEST => Branch [$TRAVIS_BRANCH]"
68
./gradlew -Prelease.useLastTag=true build

0 commit comments

Comments
 (0)