Repository: incubator-geode
Updated Branches:
  refs/heads/develop 67ac4de20 -> 1e0b12c52


GEODE-1899: Renamed the custom 'clean' task to work with Gradle 3.0+


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/1e0b12c5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/1e0b12c5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/1e0b12c5

Branch: refs/heads/develop
Commit: 1e0b12c5269ec107b7bd5461d3bd1e8876007a53
Parents: 67ac4de
Author: Jared Stewart <[email protected]>
Authored: Thu Sep 15 13:24:34 2016 -0700
Committer: Jinmei Liao <[email protected]>
Committed: Thu Sep 15 15:19:51 2016 -0700

----------------------------------------------------------------------
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/1e0b12c5/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index b2c90a7..4de5abb 100755
--- a/build.gradle
+++ b/build.gradle
@@ -59,7 +59,7 @@ allprojects {
   }
 }
 
-task clean(type: Delete) {
+task cleanAll(type: Delete) {
   delete rootProject.buildDir
   if (!buildRoot.isEmpty()) {
     delete buildRoot
@@ -83,5 +83,5 @@ apply from: "${scriptDir}/rat.gradle"
 
 subprojects {
   // Make sure clean task for rootProject runs last
-  clean.finalizedBy rootProject.clean
+  clean.finalizedBy rootProject.cleanAll
 }

Reply via email to