summaryrefslogtreecommitdiff
path: root/gradlew
diff options
context:
space:
mode:
authorJoffrey BION <joffrey.bion@gmail.com>2019-07-02 00:08:24 +0200
committerJoffrey BION <joffrey.bion@gmail.com>2019-07-02 00:10:43 +0200
commit240246c45f212152a5cd1813b5b96c08fe79d6dd (patch)
tree532cc49740cc4b616f5e8421e8e8283a189912be /gradlew
parentAllow any client to use the websocket API (diff)
downloadseven-wonders-240246c45f212152a5cd1813b5b96c08fe79d6dd.tar.gz
seven-wonders-240246c45f212152a5cd1813b5b96c08fe79d6dd.tar.bz2
seven-wonders-240246c45f212152a5cd1813b5b96c08fe79d6dd.zip
Upgrade gradle wrapper to 5.5
Diffstat (limited to 'gradlew')
-rwxr-xr-xgradlew2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradlew b/gradlew
index b0d6d0ab..8e25e6c1 100755
--- a/gradlew
+++ b/gradlew
@@ -7,7 +7,7 @@
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
bgstack15