Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit c7ac694

Browse files
Update dependency gradle to v8
1 parent a738bc6 commit c7ac694

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ subprojects {
7878
}
7979

8080
task<Wrapper>("wrapper") {
81-
gradleVersion = "7.6"
81+
gradleVersion = "8.6"
8282
}
8383
}
+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.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)