diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-01-18 17:58:03 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-01-18 17:58:03 +0000 |
commit | c67b26c138f93ac03f90d52e5c71eaa72e366fec (patch) | |
tree | c1a3ac2d12463e93cae85ea2b60b0171be4882fa /gradlew | |
parent | ab90b2b4534cd700ebdf7f37d683ac5bb9c78fcc (diff) | |
download | poi-c67b26c138f93ac03f90d52e5c71eaa72e366fec.tar.gz poi-c67b26c138f93ac03f90d52e5c71eaa72e366fec.zip |
gradle 6.8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885668 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 |