File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -184,5 +184,5 @@ nexusStaging {
184
184
}
185
185
186
186
wrapper {
187
- gradleVersion = " ${ GRADLE_WRAPPER_VER } "
187
+ distributionType = Wrapper.DistributionType . ALL
188
188
}
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ LIB_JACKSON_VER=2.12.0
12
12
LIB_SLF4J_VER =1.7.30
13
13
SOURCE_COMPATIBILITY =1.8
14
14
TARGET_COMPATIBILITY =1.8
15
- GRADLE_WRAPPER_VER =6.7.1
15
+ GRADLE_WRAPPER_VER =7.0
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments