File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
197197wrapper {
198- gradleVersion = ' 6.7 .1'
198+ gradleVersion = ' 7.1 .1'
199199 distributionType = Wrapper.DistributionType . ALL
200200}
201201
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-6.7 .1-all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.1 .1-all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff 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* )
You can’t perform that action at this time.
0 commit comments