[gradle] 16/81: d/rules: Add program options to Gradle command
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Wed Jun 17 13:33:51 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 b1aabcec17ed13afaa34781e4683c454a267377f
Author: Kai-Chung Yan <seamlikok at gmail.com>
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.git
More information about the pkg-java-commits
mailing list