Skip to content

Commit 27e4b38

Browse files
committed
Update Gradle: 7.2 → 7.3
1 parent 567e3d3 commit 27e4b38

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
@@ -128,7 +128,7 @@ test {
128128
}
129129

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

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.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)