[gradle] 01/06: d/rules: Add --no-daemon to Gradle because Gradle enables daemon by default since 3.0

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Thu Nov 10 14:46:42 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 2b6203ac85943bbd41509356cea784a53b263662
Author: Kai-Chung Yan (殷啟聰) <seamlikok at gmail.com>
Date:   Thu Nov 10 22:06:43 2016 +0800

    d/rules: Add --no-daemon to Gradle because Gradle enables daemon by default since 3.0
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e3a8bc6..408205b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,8 +14,8 @@ export GRADLE_VERSION = $(shell cat version.txt)
 # Under fakeroot Gradle will show error while creating /root/.gradle, hence
 # specifies the Gradle home location
 GRADLE_FLAGS = --project-prop finalRelease=true --offline --stacktrace \
-               --gradle-user-home debian/.gradlehome \
                $(patsubst %,-x :%:assemble,$(GRADLE_EXCLUDED_PROJECTS))
+               --gradle-user-home debian/.gradlehome --no-daemon \
 
 # Support for DEB_BUILD_OPTIONS parallel=n
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))

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