Skip to content

Commit 2955379

Browse files
committed
Update Gradle: 7.3 → 7.4.1
1 parent 4050e3a commit 2955379

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ test {
128128
}
129129

130130
wrapper {
131-
gradleVersion = "7.3"
131+
gradleVersion = "7.4.1"
132132
distributionType = Wrapper.DistributionType.ALL
133133
}
134134

gradle/wrapper/gradle-wrapper.jar

285 Bytes
Binary file not shown.
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.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)