Skip to content

Commit

Permalink
Upgrade to Gradle v7.4.2 (#2135)
Browse files Browse the repository at this point in the history
According to the documentation the command below should be used for upgrade
`./gradlew wrapper --gradle-version=7.4.2`
  • Loading branch information
violetagg authored Mar 31, 2022
1 parent c7aa588 commit 00926e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 00926e9

Please sign in to comment.