[bintray-client-java] 03/04: Added the gradle flags --stacktrace --refresh-dependencies
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jun 4 12:19:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository bintray-client-java.
commit ac14aadd5166eef63db1f3ab7a63e5e1f2237d99
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Jun 4 14:18:20 2015 +0200
Added the gradle flags --stacktrace --refresh-dependencies
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 9368e6b..ca1987f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
# Under fakeroot Gradle will show error while creating /root/.gradle, hence
# specifies the Gradle home location
-GRADLE_FLAGS := --offline --gradle-user-home .gradlehome/
+GRADLE_FLAGS := --offline --stacktrace --refresh-dependencies --gradle-user-home .gradlehome/
%:
dh $@ --with javahelper,quilt
@@ -16,4 +16,4 @@ override_dh_auto_clean:
dh_auto_clean
gradle clean $(GRADLE_FLAGS)
- rm -rf .gradle/ .gradlehome/
\ No newline at end of file
+ rm -rf .gradle/ .gradlehome/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bintray-client-java.git
More information about the pkg-java-commits
mailing list