[gradle] 04/06: Skip the internalAndroidPerformanceTesting build

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Dec 22 10:37:40 UTC 2016


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

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

commit 21717f480d2bdcf5b79685132ce03c3b2b7d3dc3
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Dec 21 18:48:00 2016 +0100

    Skip the internalAndroidPerformanceTesting build
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fe3667a..a597057 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ gradle (3.2-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release
     - Refreshed the patches
+    - Skip the internalAndroidPerformanceTesting build
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 21 Dec 2016 15:50:02 +0100
 
diff --git a/debian/rules b/debian/rules
index 4121c75..65c12e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,8 @@ export GRADLE_VERSION = $(shell cat version.txt)
 GRADLE_FLAGS = --project-prop finalRelease=true --offline --stacktrace \
                --gradle-user-home debian/.gradlehome --no-daemon \
                $(patsubst %,-x :%:assemble,$(GRADLE_EXCLUDED_PROJECTS)) \
+               -x :internalAndroidPerformanceTesting:renameAndroidTools \
+               -x :internalAndroidPerformanceTesting:jar \
                -x userguidePdf -x :killExistingDaemons
 
 # Support for DEB_BUILD_OPTIONS parallel=n

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