Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aedaef5

Browse files
authoredFeb 2, 2024
Update dependency gradle to v8
1 parent b7e0e39 commit aedaef5

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
@@ -58,7 +58,7 @@ dependencies {
5858
}
5959

6060
wrapper {
61-
gradleVersion = '5.1'
61+
gradleVersion = '8.6'
6262
}
6363

6464
compileJava {
+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.2-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)
Please sign in to comment.