You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2012/02/24 18:36:44 UTC

svn commit: r1293357 - /tapestry/tapestry5/trunk/build.gradle

Author: hlship
Date: Fri Feb 24 17:36:44 2012
New Revision: 1293357

URL: http://svn.apache.org/viewvc?rev=1293357&view=rev
Log:
Tweak dependencies of the zippedBinaries task

Modified:
    tapestry/tapestry5/trunk/build.gradle

Modified: tapestry/tapestry5/trunk/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1293357&r1=1293356&r2=1293357&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Fri Feb 24 17:36:44 2012
@@ -326,6 +326,9 @@ task zippedBinaries(type:Zip) {
   description "Zip archive of binaries of each sub-project"
   // TODO: Plus dependencies?
   group "Release artifact"
+  // This may create a few unwanted dependencies, but does
+  // seem to ensure that the subprojects are created
+  inputs.files subprojects*.configurations*.archives.artifacts
 
   destinationDir buildDir
   baseName "apache-tapestry"