summaryrefslogtreecommitdiff
path: root/gradlew
diff options
context:
space:
mode:
authorJoffrey BION <joffrey.bion@gmail.com>2017-07-09 19:58:51 +0200
committerJoffrey BION <joffrey.bion@gmail.com>2017-07-09 19:58:51 +0200
commit375eb0d81455493708648384547cfde543bfee74 (patch)
treead529bcd0b043d140123cffbcbe7534187ff8da8 /gradlew
parentRemove comments that are now unnecessary (diff)
downloadseven-wonders-375eb0d81455493708648384547cfde543bfee74.tar.gz
seven-wonders-375eb0d81455493708648384547cfde543bfee74.tar.bz2
seven-wonders-375eb0d81455493708648384547cfde543bfee74.zip
Update gradle wrapper to 4.0
Diffstat (limited to 'gradlew')
-rwxr-xr-xgradlew6
1 files changed, 3 insertions, 3 deletions
diff --git a/gradlew b/gradlew
index 4453ccea..cccdd3d5 100755
--- a/gradlew
+++ b/gradlew
@@ -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 " "
}
bgstack15