File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import java.security.MessageDigest
2020
2121plugins {
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
832832wrapper {
833- gradleVersion = ' 7.6 '
833+ gradleVersion = ' 8.0.1 '
834834 distributionType = ' ALL'
835835}
836836
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments