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 b1aabcec17ed13afaa34781e4683c454a267377f
Author: Kai-Chung Yan <[email protected]>
Date:   Wed May 27 22:57:25 2015 +0800

    d/rules: Add program options to Gradle command
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ec7721f..73f5de4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ endif
 
 override_dh_auto_build:
        find /usr/share/gradle -type l ! -exec test -r {} \; -print
-       gradle $(GRADLE_TASKS)
+       gradle $(GRADLE_TASKS) $(GRADLE_FLAGS)
        pod2man -c '' -r '' debian/gradle.pod > debian/gradle.1
        patch -p1 < debian/patches/90_respect_user_java_home.diff
 

-- 
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