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/302a4ec1 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/302a4ec1 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/302a4ec1 Branch: refs/heads/GROOVY_2_5_X Commit: 302a4ec189882bebb97e513b150d9248298fbc00 Parents: 5294254 Author: Cedric Champeau <[email protected]> Authored: Thu Dec 14 15:01:38 2017 +0100 Committer: Cedric Champeau <[email protected]> Committed: Sun Dec 17 15:36:42 2017 +0100 ---------------------------------------------------------------------- gradle/assemble.gradle | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/302a4ec1/gradle/assemble.gradle ---------------------------------------------------------------------- diff --git a/gradle/assemble.gradle b/gradle/assemble.gradle index 7005b71..0542e19 100644 --- a/gradle/assemble.gradle +++ b/gradle/assemble.gradle @@ -288,7 +288,6 @@ allprojects { target.delete() } } - jarjar.finalizedBy(grooidjar) } }
