You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2013/06/14 20:18:10 UTC

git commit: Adjust build so that the install task installs the sources JAR as well as the main artifact

Updated Branches:
  refs/heads/master b33fe5bca -> e6448089c


Adjust build so that the install task installs the sources JAR as well as the main artifact


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

Branch: refs/heads/master
Commit: e6448089c05d53a8f08a8e3ba592f1f215e65d11
Parents: b33fe5b
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Jun 14 11:18:03 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Jun 14 11:18:03 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/e6448089/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 3046315..151e1b7 100755
--- a/build.gradle
+++ b/build.gradle
@@ -204,6 +204,7 @@ subprojects {
     }
 
     artifacts {
+        archives sourcesJar
         meta sourcesJar
     }