Skip to content

Commit 100865d

Browse files
committed
test check revrted
1 parent db48631 commit 100865d

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

build.gradle

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,7 @@ subprojects {
3636

3737
tasks.named('test') {
3838
useJUnitPlatform()
39-
finalizedBy jacocoTestReport
40-
testLogging {
41-
events("passed", "skipped", "failed")
42-
}
43-
}
44-
45-
jacocoTestCoverageVerification {
46-
violationRules {
47-
rule {
48-
limit {
49-
minimum = 0.80
50-
}
51-
}
52-
}
53-
}
5439

55-
jacocoTestReport {
56-
reports {
57-
xml.required = true
58-
csv.required = false
59-
html.required = true
60-
}
6140
}
6241
bootJar {
6342
enabled = false

0 commit comments

Comments
 (0)