Upgrade to Gradle 4.5.1

Closes gh-589
This commit is contained in:
Stephane Nicoll
2018-02-06 12:34:50 +01:00
parent 5c7dc759e1
commit ba164fc6df
4 changed files with 7 additions and 7 deletions

View File

@@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"
warn () {
warn ( ) {
echo "$*"
}
die () {
die ( ) {
echo
echo "$*"
echo
@@ -155,7 +155,7 @@ if $cygwin ; then
fi
# Escape application args
save () {
save ( ) {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}