[gradle] 01/08: disable_tests.diff: clean task no longer depends on killExistingDaemons which belongs to tests projects
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Thu Sep 8 11:24:55 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 314f682e2774c8410e4c00448dd70d844a84a5a2
Author: Kai-Chung Yan (殷啟聰) <seamlikok at gmail.com>
Date: Thu Sep 8 15:21:25 2016 +0800
disable_tests.diff: clean task no longer depends on killExistingDaemons which belongs to tests projects
---
debian/patches/disable_tests.diff | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/patches/disable_tests.diff b/debian/patches/disable_tests.diff
index e877b05..bc064ee 100644
--- a/debian/patches/disable_tests.diff
+++ b/debian/patches/disable_tests.diff
@@ -1,6 +1,6 @@
Description: Disable tests
Author: Kai-Chung Yan <seamlikok at gmail.com>
-Last-Update: 2015-09-30
+Last-Update: 2016-09-08
Forwarded: not-needed
--- a/build.gradle
+++ b/build.gradle
@@ -20,10 +20,14 @@ Forwarded: not-needed
apply from: "gradle/taskOrdering.gradle"
apply from: "gradle/fix-GRADLE-2492.gradle"
apply from: 'gradle/customM2Check.gradle'
-@@ -272,7 +270,6 @@
- dependsOn ':killExistingDaemons'
+@@ -268,11 +266,6 @@
+ installDirPropertyName = 'gradle_installPath'
}
+-clean {
+- dependsOn ':killExistingDaemons'
+-}
+-
-apply from: "gradle/intTestImage.gradle"
apply from: 'gradle/pullRequestBuild.gradle'
--
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