[bintray-client-java] 12/22: d/rule: Avoid running test tasks
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Thu Jun 4 08:20:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
seamlik-guest pushed a commit to branch master
in repository bintray-client-java.
commit 00b25cb0cd01211c2186546d2e296598a8c41b8d
Author: Kai-Chung Yan <seamlikok at gmail.com>
Date: Mon Jun 1 17:42:04 2015 +0800
d/rule: Avoid running test tasks
---
debian/rules | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index 9ef785b..f44c261 100644
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,8 @@ GRADLE_FLAGS := --offline --gradle-user-home .gradlehome/
dh $@ --with javahelper,quilt
override_dh_auto_build:
- # Disable tests
- mv -T impl/src/test/ impl/src/no-test/
- gradle build $(GRADLE_FLAGS)
-
+ gradle assemble javadoc $(GRADLE_FLAGS)
+
rm -rf .gradle/ .gradlehome/
mv -T impl/src/no-test/ impl/src/test/
--
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