You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by cc...@apache.org on 2017/12/14 21:57:20 UTC

[55/57] [abbrv] groovy git commit: Remove doubtful `finalizedBy`

Remove doubtful `finalizedBy`


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/9c289451
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/9c289451
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/9c289451

Branch: refs/heads/master
Commit: 9c2894519dfe35ec3d0c352c3418bf4b9457c1be
Parents: 6ead342
Author: Cedric Champeau <cc...@apache.org>
Authored: Thu Dec 14 15:01:38 2017 +0100
Committer: Cedric Champeau <cc...@apache.org>
Committed: Thu Dec 14 22:33:20 2017 +0100

----------------------------------------------------------------------
 gradle/assemble.gradle | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/9c289451/gradle/assemble.gradle
----------------------------------------------------------------------
diff --git a/gradle/assemble.gradle b/gradle/assemble.gradle
index 86ef340..9497b60 100644
--- a/gradle/assemble.gradle
+++ b/gradle/assemble.gradle
@@ -288,7 +288,6 @@ allprojects {
                 target.delete()
             }
         }
-        jarjar.finalizedBy(grooidjar)
     }
 }