Skip to content

Commit e5074a7

Browse files
authored
Upgrade to Gradle Wrapper 8.1.1 (#3784)
1 parent 1d2719d commit e5074a7

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
@@ -385,7 +385,7 @@ task deleteLockFiles(type: Delete) {
385385
}
386386

387387
wrapper {
388-
gradleVersion = '8.1'
388+
gradleVersion = '8.1.1'
389389
}
390390

391391
defaultTasks 'build'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)