summaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorjoffrey-bion <joffrey.bion@gmail.com>2022-01-06 00:04:33 +0100
committerjoffrey-bion <joffrey.bion@gmail.com>2022-01-06 00:04:33 +0100
commit28200d0e65dfff169a1e9ee5dab8022756d37c35 (patch)
tree381d004689b347eab2db5717dd5a2394ab799d71 /gradle
parentMove from BroadcastChannel to SharedFlow in sagas (diff)
downloadseven-wonders-28200d0e65dfff169a1e9ee5dab8022756d37c35.tar.gz
seven-wonders-28200d0e65dfff169a1e9ee5dab8022756d37c35.tar.bz2
seven-wonders-28200d0e65dfff169a1e9ee5dab8022756d37c35.zip
Upgrade Gradle wrapper to 7.3.3
Diffstat (limited to 'gradle')
-rw-r--r--gradle/wrapper/gradle-wrapper.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index e64c4192..59250647 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionSha256Sum=de8f52ad49bdc759164f72439a3bf56ddb1589c4cde802d3cec7d6ad0e0ee410
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
+distributionSha256Sum=b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
bgstack15