Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

Commit

Permalink
added --no-daemon to buildAar (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytmarsh authored Sep 6, 2018
1 parent 9003fec commit 74a9bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcx/wrappers/java/ci/buildAar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SCRIPT_DIR="$(cd "$(dirname "${SCRIPT_PATH:-$PWD}")" 2>/dev/null 1>&2 && pwd)"

pushd ${SCRIPT_DIR} # we will work on relative paths from the script directory
pushd ..
./gradlew clean build --project-dir=android -x test #skipping tests because not all of them pass
./gradlew --no-daemon clean build --project-dir=android -x test #skipping tests because not all of them pass
mkdir -p artifacts/aar
pushd android/build/outputs/aar
cp $(ls -t1 | head -n 1) ${SCRIPT_DIR}/../artifacts/aar
Expand Down

0 comments on commit 74a9bc2

Please sign in to comment.