Repository: tapestry-5 Updated Branches: refs/heads/master 26d88a397 -> deea8e1bd
use temp dir withing the build directory structure Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/deea8e1b Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/deea8e1b Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/deea8e1b Branch: refs/heads/master Commit: deea8e1bdfe42471a723d03d399b3dc12cb7574b Parents: 26d88a3 Author: Jochen Kemnade <[email protected]> Authored: Thu Jul 30 09:25:52 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Thu Jul 30 09:25:52 2015 +0200 ---------------------------------------------------------------------- build.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/deea8e1b/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 05727e3..5506908 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")
