summaryrefslogtreecommitdiff
path: root/gradle/wrapper/gradle-wrapper.properties
diff options
context:
space:
mode:
authorjoffrey-bion <joffrey.bion@gmail.com>2020-05-26 18:30:04 +0200
committerjoffrey-bion <joffrey.bion@gmail.com>2020-05-26 18:30:04 +0200
commit0cb8b2d7a136c826446c91902244b2c162361cb9 (patch)
tree4194d23bce0f7679a87f3a6b34f4b7db2ff5c093 /gradle/wrapper/gradle-wrapper.properties
parentAdd coin icon to buttons when they imply a cost (diff)
downloadseven-wonders-0cb8b2d7a136c826446c91902244b2c162361cb9.tar.gz
seven-wonders-0cb8b2d7a136c826446c91902244b2c162361cb9.tar.bz2
seven-wonders-0cb8b2d7a136c826446c91902244b2c162361cb9.zip
Upgrade gradle wrapper
Diffstat (limited to 'gradle/wrapper/gradle-wrapper.properties')
-rw-r--r--gradle/wrapper/gradle-wrapper.properties5
1 files changed, 2 insertions, 3 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 81ea25e0..a4b44297 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,5 @@
-#Sat Oct 19 23:37:09 CEST 2019
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-zipStorePath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
bgstack15