Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Evgeny Mandrikov
asm
Commits
a26e047a
Commit
a26e047a
authored
Apr 26, 2022
by
Evgeny Mandrikov
Browse files
Update JaCoCo to version 0.8.8
parent
b8054cb6
Pipeline
#20797
passed with stage
in 5 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
a26e047a
...
...
@@ -218,7 +218,7 @@ subprojects {
// and packaged with biz.aQute.bnd.
configure
(
subprojects
.
findAll
{
it
.
provides
})
{
// Code coverage configuration.
jacoco
.
toolVersion
=
'0.8.
7
'
jacoco
.
toolVersion
=
'0.8.
8
'
jacocoTestReport
{
reports
{
xml
.
required
=
true
}
classDirectories
.
setFrom
(
sourceSets
.
main
.
output
.
classesDirs
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment