Skip to content

Commit a1c9958

Browse files
committed
chore(deps): update dependency gradle to v7.0
1 parent 0b965a9 commit a1c9958

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,5 @@ nexusStaging {
184184
}
185185

186186
wrapper {
187-
gradleVersion = "${GRADLE_WRAPPER_VER}"
187+
distributionType = Wrapper.DistributionType.ALL
188188
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ LIB_JACKSON_VER=2.12.0
1212
LIB_SLF4J_VER=1.7.30
1313
SOURCE_COMPATIBILITY=1.8
1414
TARGET_COMPATIBILITY=1.8
15-
GRADLE_WRAPPER_VER=6.7.1
15+
GRADLE_WRAPPER_VER=7.0
Lines changed: 1 addition & 1 deletion
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-6.7.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)