[gradle] 01/04: d/rules: Update Gradle parameters for supporting parallel building
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Tue Jun 23 10:04:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
seamlik-guest pushed a commit to branch master
in repository gradle.
commit 513161077b982ed8b3816a53337cf4fe13905037
Author: Kai-Chung Yan <seamlikok at gmail.com>
Date: Tue Jun 23 13:42:14 2015 +0800
d/rules: Update Gradle parameters for supporting parallel building
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 9818b66..a97327a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ GRADLE_FLAGS := --project-prop finalRelease=true --offline --gradle-user-home .g
# Support for DEB_BUILD_OPTIONS parallel=n
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NUMTHREADS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
- DEB_GRADLE_OPTS += --parallel --parallel-threads=$(NUMTHREADS)
+ GRADLE_FLAGS += --parallel --parallel-threads=$(NUMTHREADS)
endif
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle.git
More information about the pkg-java-commits
mailing list