summaryrefslogtreecommitdiff
path: root/gradlew
diff options
context:
space:
mode:
authorGradle Update Workflow <gradle-updater@users.noreply.github.com>2022-02-09 05:10:19 +0000
committerJoffrey Bion <joffrey.bion@gmail.com>2022-02-09 11:17:31 +0100
commit49dc44f2421daa91d3447d833edf9c34e7049f1e (patch)
tree5124e4ed623ec5d909b2db5b2b433d5e752490f0 /gradlew
parentAdd workflow to auto-update Gradle (diff)
downloadseven-wonders-49dc44f2421daa91d3447d833edf9c34e7049f1e.tar.gz
seven-wonders-49dc44f2421daa91d3447d833edf9c34e7049f1e.tar.bz2
seven-wonders-49dc44f2421daa91d3447d833edf9c34e7049f1e.zip
Upgrade Gradle Wrapper to 7.4
Diffstat (limited to 'gradlew')
-rwxr-xr-xgradlew10
1 files changed, 5 insertions, 5 deletions
diff --git a/gradlew b/gradlew
index c53aefaa..1b6c7873 100755
--- a/gradlew
+++ b/gradlew
@@ -1,7 +1,7 @@
#!/bin/sh
#
-# Copyright © 2015-2021 the original authors.
+# Copyright © 2015-2021 the original authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -32,10 +32,10 @@
# Busybox and similar reduced shells will NOT work, because this script
# requires all of these POSIX shell features:
# * functions;
-# * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
-# «${var#prefix}», «${var%suffix}», and «$( cmd )»;
-# * compound commands having a testable exit status, especially «case»;
-# * various built-in commands including «command», «set», and «ulimit».
+# * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
+# «${var#prefix}», «${var%suffix}», and «$( cmd )»;
+# * compound commands having a testable exit status, especially «case»;
+# * various built-in commands including «command», «set», and «ulimit».
#
# Important for patching:
#
bgstack15