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/04 18:18:59 UTC

git commit: make sure that Gradle runs the test with the US locale

Repository: tapestry-5
Updated Branches:
  refs/heads/master 4ca5ff117 -> aae91f0b8


make sure that Gradle runs the test with the US locale


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

Branch: refs/heads/master
Commit: aae91f0b802a65f69af377fa2854eb4488e457a2
Parents: 4ca5ff1
Author: Jochen Kemnade <jk...@apache.org>
Authored: Sun May 4 18:03:29 2014 +0200
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Sun May 4 18:03:29 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/aae91f0b/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index fcaabaa..a67fa8c 100755
--- a/build.gradle
+++ b/build.gradle
@@ -191,6 +191,8 @@ subprojects {
         systemProperties["tapestry.service-reloading-enabled"] = "false"
 
         jvmArgs("-XX:MaxPermSize=512m", "-Dfile.encoding=UTF-8")
+
+        environment.LANG = 'en_US.UTF-8'
     }
 
     jar {