Skip to content

Commit 2e9dd9e

Browse files
authored
Upgrade to Gradle Wrapper 7.3.3 (#2931)
1 parent deedbd6 commit 2e9dd9e

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
@@ -315,7 +315,7 @@ nexusPublishing {
315315
}
316316

317317
wrapper {
318-
gradleVersion = '7.3.2'
318+
gradleVersion = '7.3.3'
319319
}
320320

321321
defaultTasks 'build'
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.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)