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/22 02:02:39 UTC

git commit: Remove a Gradle warning

Updated Branches:
  refs/heads/master cbe4d6656 -> 7664e2cc7


Remove a Gradle warning


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

Branch: refs/heads/master
Commit: 7664e2cc7bcdd6ae2a0f332a0eb4a3ecd8909a18
Parents: cbe4d66
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Jun 21 16:40:49 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Jun 21 16:40:49 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/7664e2cc/tapestry-wro4j/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-wro4j/build.gradle b/tapestry-wro4j/build.gradle
index b4a770b..3c541e7 100644
--- a/tapestry-wro4j/build.gradle
+++ b/tapestry-wro4j/build.gradle
@@ -38,5 +38,5 @@ jar.manifest {
 test {
     useJUnit()
 
-    systemProperties "geb.build.reportsDir": "$reportsDir/geb"
+    systemProperties "geb.build.reportsDir": "$reporting.baseDir/geb"
 }
\ No newline at end of file