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/16 19:59:40 UTC

groovy git commit: Do not use appendix for grooid jar

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X 416f07fe3 -> e51bf729a


Do not use appendix for grooid jar


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

Branch: refs/heads/GROOVY_2_5_X
Commit: e51bf729a20121ed921b80ebc80f0a85288c27ac
Parents: 416f07f
Author: Cedric Champeau <cc...@apache.org>
Authored: Sat Dec 16 20:58:58 2017 +0100
Committer: Cedric Champeau <cc...@apache.org>
Committed: Sat Dec 16 20:59:22 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/e51bf729/gradle/assemble.gradle
----------------------------------------------------------------------
diff --git a/gradle/assemble.gradle b/gradle/assemble.gradle
index 725ba54..7e85632 100644
--- a/gradle/assemble.gradle
+++ b/gradle/assemble.gradle
@@ -254,7 +254,6 @@ allprojects {
         task grooidjar(type: Jar) {
             destinationDir = jar.destinationDir
             baseName = jar.baseName
-            appendix = jar.appendix
             classifier = jar.classifier ? "${jar.classifier}grooid" : 'grooid'
             includeEmptyDirs = false
             def target = new File("${archivePath}.tmp")