You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2014/05/15 10:03:25 UTC

[2/2] git commit: fix a deprecation warning in the zippedBinaries task

fix a deprecation warning in the zippedBinaries task


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

Branch: refs/heads/master
Commit: 6249bd2c3a26866e254b7f197c46e5eba5c79023
Parents: b39ad92
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed May 14 09:37:07 2014 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed May 14 09:37:07 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/6249bd2c/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 9abc507..2b7fd18 100755
--- a/build.gradle
+++ b/build.gradle
@@ -456,7 +456,7 @@ task zippedBinaries(type: Zip) {
     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
+    inputs.files subprojects*.configurations*.archives.artifacts.files
 
     destinationDir buildDir
     baseName "apache-tapestry"