summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2016-12-14 12:48:59 +0100
committerGitHub <noreply@github.com>2016-12-14 12:48:59 +0100
commit070a9b43e1af240968f7db6447d4443577aced4a (patch)
tree6d860858b56c5599e96a45be133d051b8356d042 /Makefile
parent39b839f3dd04b4ae55790583b4a2b4dacad1a895 (diff)
downloadqtlocation-mapboxgl-070a9b43e1af240968f7db6447d4443577aced4a.tar.gz
[android] - update gradle command line args for CI (#7426)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d5b8fc2cdb..48a1626516 100644
--- a/Makefile
+++ b/Makefile
@@ -565,7 +565,7 @@ run-android-ui-test:
.PHONY: apackage
apackage:
- cd platform/android && ./gradlew --parallel-threads=$(JOBS) assemble$(BUILDTYPE)
+ cd platform/android && ./gradlew --parallel --max-workers=$(JOBS) assemble$(BUILDTYPE)
.PHONY: test-code-android
test-code-android: