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:
parent
1d038ed4a4
commit
bc13d49aaa
3
runGradle.sh
Executable file
3
runGradle.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
LANG=en_US.UTF-8 LANGUAGE= LC_ALL= gradle "$@"
|
Loading…
Reference in New Issue
Block a user