Upgraded to gradle 5.6.3 (#370)

This commit is contained in:
Ali Ustek
2019-10-24 09:02:22 +01:00
committed by Robert Winkler
parent 6e8e4ce780
commit ed026f3587
7 changed files with 47 additions and 42 deletions

6
gradlew vendored
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 " "
}