mirror of https://github.com/apache/poi.git
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
8518e8a1cd
commit
e0f6c8718d
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
LANG=en_US.UTF-8 LANGUAGE= LC_ALL= gradle "$@"
|
Loading…
Reference in New Issue