Skip to content

Commit ef309b2

Browse files
committed
[Gradle] Upgrade to Gradle 8.0.1 and Shadow 8.1.0.
1 parent d9bb75b commit ef309b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import java.security.MessageDigest
2020

2121
plugins {
2222
id 'java-library'
23-
id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
23+
id 'com.github.johnrengelman.shadow' version '8.1.0' apply false
2424
id 'com.github.ben-manes.versions' version '0.46.0'
2525
}
2626

@@ -830,7 +830,7 @@ tasks.named('dependencyUpdates').configure {
830830
}
831831

832832
wrapper {
833-
gradleVersion = '7.6'
833+
gradleVersion = '8.0.1'
834834
distributionType = 'ALL'
835835
}
836836

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

0 commit comments

Comments
 (0)