Skip to content

Commit de667fb

Browse files
Update dependency gradle to v8
1 parent ccefd8c commit de667fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ task clean(type: Delete) {
5050
}
5151

5252
wrapper {
53-
gradleVersion = '7.0.2'
53+
gradleVersion = '8.6'
5454
distributionType = "all"
5555
}
5656

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

0 commit comments

Comments
 (0)