You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pa...@apache.org on 2015/05/15 09:58:48 UTC

incubator-groovy git commit: add incubating to src zip name

Repository: incubator-groovy
Updated Branches:
  refs/heads/master 2d2b4c41e -> 74bd43030


add incubating to src zip name


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

Branch: refs/heads/master
Commit: 74bd4303089fe094f98119d4e7a03b0e553a7ba5
Parents: 2d2b4c4
Author: Paul King <pa...@asert.com.au>
Authored: Fri May 15 17:58:41 2015 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Fri May 15 17:58:41 2015 +1000

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


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/74bd4303/gradle/assemble.gradle
----------------------------------------------------------------------
diff --git a/gradle/assemble.gradle b/gradle/assemble.gradle
index 029cd41..6f5f1d1 100644
--- a/gradle/assemble.gradle
+++ b/gradle/assemble.gradle
@@ -516,6 +516,7 @@ task syncDoc(type: Copy, dependsOn: doc) {
 
 task distSrc(type: Zip) {
     appendix = 'src'
+    classifier = 'incubating'
     into("groovy-$version")
     with srcSpec
 }