This is an automated email from the git hooks/post-receive script.

seamlik-guest pushed a commit to branch master
in repository gradle-1.12.

commit 513161077b982ed8b3816a53337cf4fe13905037
Author: Kai-Chung Yan <[email protected]>
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-1.12.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to