You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2016/11/06 17:01:01 UTC

[09/16] zest-java git commit: build: remove unused task

build: remove unused task

defaultTasks provide the same


Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/ada2f24b
Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/ada2f24b
Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/ada2f24b

Branch: refs/heads/develop
Commit: ada2f24ba5b80879f234351f2c1d8b4bab70c09b
Parents: e21cd26
Author: Paul Merlin <pa...@apache.org>
Authored: Thu Nov 3 19:15:32 2016 +0100
Committer: Paul Merlin <pa...@apache.org>
Committed: Thu Nov 3 19:15:32 2016 +0100

----------------------------------------------------------------------
 build.gradle | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zest-java/blob/ada2f24b/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 88f2698..5388bcd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -380,11 +380,6 @@ allprojects {
         configurations = [ project.configurations.runtime ]
     }
 
-    task minBuild {
-      dependsOn classes
-      dependsOn test
-    }
-
   }
   // Actual code projects END ---------------------------------------------