We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b965a9 commit a1c9958Copy full SHA for a1c9958
3 files changed
build.gradle
@@ -184,5 +184,5 @@ nexusStaging {
184
}
185
186
wrapper {
187
- gradleVersion = "${GRADLE_WRAPPER_VER}"
+ distributionType = Wrapper.DistributionType.ALL
188
gradle.properties
@@ -12,4 +12,4 @@ LIB_JACKSON_VER=2.12.0
12
LIB_SLF4J_VER=1.7.30
13
SOURCE_COMPATIBILITY=1.8
14
TARGET_COMPATIBILITY=1.8
15
-GRADLE_WRAPPER_VER=6.7.1
+GRADLE_WRAPPER_VER=7.0
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments