[gradle] 05/08: d/rules: Exclude :distributions:assemble. Building useless ZIPs wastes time

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Sun Sep 4 14:42:57 UTC 2016


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

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

commit 06e3661f71ac9375aa5ee3eaa6233a43b32c006a
Author: Kai-Chung Yan (殷啟聰) <seamlikok at gmail.com>
Date:   Sun Sep 4 20:12:16 2016 +0800

    d/rules: Exclude :distributions:assemble. Building useless ZIPs wastes time
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index dd03143..0d8bf36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-GRADLE_TASKS := assemble startScripts javadocAll groovydocAll samplesDocs -x :docs:releaseNotes
+GRADLE_TASKS = assemble startScripts javadocAll groovydocAll dslHtml samplesDocs \
+               -x :docs:releaseNotes -x :distributions:assemble
 export GRADLE_VERSION = $(shell cat version.txt)
 
 # Only for debug purpose
@@ -28,7 +29,7 @@ override_dh_auto_clean:
 	dh_auto_clean
 	find . -wholename .*build/generated-resources | xargs echo | sed -e 's^build/generated-resources^build^g' | xargs rm -Rf
 	rm -r -f .gradle debian/.gradlehome buildSrc/.gradle buildSrc/build build
-	rm -r -f debian/gradle.1 debian/*.pom
+	rm -r -f debian/gradle.1 subprojects/distributions/build
 
 override_dh_install:
 	dh_install

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