Skip to content

Commit ab3fc19

Browse files
authored
chore: Upgrade to Gradle 7.5.1 (#1739)
1 parent 9e759b4 commit ab3fc19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ signing {
181181
}
182182

183183
wrapper {
184-
gradleVersion = '7.5'
184+
gradleVersion = '7.5.1'
185185
distributionType = Wrapper.DistributionType.ALL
186186
}
187187

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)