Add script to run Gradle with en_US locale

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773660 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2016-12-11 20:59:55 +00:00
parent 1d038ed4a4
commit bc13d49aaa

3
runGradle.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
LANG=en_US.UTF-8 LANGUAGE= LC_ALL= gradle "$@"