Skip to content

Commit 0c46364

Browse files
committed
Updated to gradle 7.3.3
1 parent 1d1846c commit 0c46364

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ afterEvaluate {
139139
//files(sourceSets.main.output)
140140

141141
reports {
142-
xml.enabled true
142+
xml.required = true
143143
xml.destination file("${buildDir}/reports/jacoco/report.xml")
144-
html.enabled true
144+
html.required = true
145145
html.destination file("${buildDir}/reports/jacoco/html")
146146
}
147147
}
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-7.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)