Skip to content

Commit 9316538

Browse files
authored
chore: Upgrade to Gradle 7.1.1 (appium#1497)
1 parent cfeaf49 commit 9316538

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ tasks.withType(JacocoReport) {
107107
description = 'Generate Jacoco coverage reports after running tests'
108108
sourceSets sourceSets.main
109109
reports {
110-
html.enabled true
110+
html.required = true
111111
html.destination file("${buildDir}/Reports/jacoco")
112112
}
113113
}
@@ -195,7 +195,7 @@ signing {
195195
}
196196

197197
wrapper {
198-
gradleVersion = '6.7.1'
198+
gradleVersion = '7.1.1'
199199
distributionType = Wrapper.DistributionType.ALL
200200
}
201201

gradle/wrapper/gradle-wrapper.jar

333 Bytes
Binary file not shown.
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.1.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ case "`uname`" in
7272
Darwin* )
7373
darwin=true
7474
;;
75-
MINGW* )
75+
MSYS* | MINGW* )
7676
msys=true
7777
;;
7878
NONSTOP* )

0 commit comments

Comments
 (0)