diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-11-11 17:48:03 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-11-11 17:48:03 +0100 |
| commit | 651e3b3c6e73ca56b64a2c9b4d212bb40a1430b8 (patch) | |
| tree | 4383c87e1ce8029fd201d001e42289da067f9fbd /gradle/wrapper | |
| parent | a27e1e5ec300b3b0bd3d4631b680d3b052a69b7d (diff) | |
build: Upgrade to Gradle 7.3
This change updates the Gradle wrapper to version 7.3. This release adds
official support for Java 17 as well as various improvements.
See the release notes for more information:
https://docs.gradle.org/7.3/release-notes.html
Diffstat (limited to 'gradle/wrapper')
| -rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ffed3a25..e750102e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |
