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 2015/07/22 13:49:56 UTC

tapestry-5 git commit: set a custom temp dir for the tests' execution

Repository: tapestry-5
Updated Branches:
  refs/heads/master 20f158883 -> ccf80e853


set a custom temp dir for the tests' execution


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

Branch: refs/heads/master
Commit: ccf80e853fee53045864780ce75324c575a34b23
Parents: 20f1588
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed Jul 22 13:49:26 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed Jul 22 13:49:26 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ccf80e85/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index de06f61..1614193 100755
--- a/build.gradle
+++ b/build.gradle
@@ -196,6 +196,7 @@ subprojects {
         // Turn off live service reloading
 
         systemProperties["tapestry.service-reloading-enabled"] = "false"
+        systemProperties["java.io.tmpdir"] = temporaryDir.absolutePath
 
         jvmArgs("-XX:MaxPermSize=512m", "-Dfile.encoding=UTF-8")