We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ff1f6 commit 00d19e8Copy full SHA for 00d19e8
gradle/buildViaTravis.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
# This script will build the project.
3
4
+GRADLE_OPTS=-Xmx832m
5
+
6
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
7
echo -e "Build Pull Request #$TRAVIS_PULL_REQUEST => Branch [$TRAVIS_BRANCH]"
8
./gradlew -Prelease.useLastTag=true build
0 commit comments