]> source.dussan.org Git - poi.git/commitdiff
Add script to run Gradle with en_US locale
authorDominik Stadler <centic@apache.org>
Sun, 11 Dec 2016 20:59:55 +0000 (20:59 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 11 Dec 2016 20:59:55 +0000 (20:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773660 13f79535-47bb-0310-9956-ffa450edef68

runGradle.sh [new file with mode: 0755]

diff --git a/runGradle.sh b/runGradle.sh
new file mode 100755 (executable)
index 0000000..c27104e
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+LANG=en_US.UTF-8 LANGUAGE= LC_ALL= gradle "$@"