diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-05-12 23:39:41 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-05-12 23:39:41 +0000 |
commit | 33bfe37c0b1583c5e7ee79b938ce9cff28a9e634 (patch) | |
tree | 4b1b28096b57c62763affecdd73e05744f3cb78c /gradlew | |
parent | d9776561954a112f257477c41911f802ba15b0bc (diff) | |
download | poi-33bfe37c0b1583c5e7ee79b938ce9cff28a9e634.tar.gz poi-33bfe37c0b1583c5e7ee79b938ce9cff28a9e634.zip |
gradle 7
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889815 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'gradlew')
-rwxr-xr-x | gradlew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ fi if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then APP_HOME=`cygpath --path --mixed "$APP_HOME"` CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` - + JAVACMD=`cygpath --unix "$JAVACMD"` # We build the pattern for arguments to be converted via cygpath |