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
63c11048
Commit
63c11048
authored
May 13, 2021
by
Evgeny Mandrikov
Browse files
Update JaCoCo to version 0.8.7
parent
6a1d40d1
Pipeline
#13042
passed with stage
in 14 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
63c11048
...
...
@@ -209,7 +209,7 @@ subprojects {
// and uploaded to Maven with a POM, sources and Javadoc.
configure
(
subprojects
.
findAll
{
it
.
provides
})
{
// Code coverage configuration.
jacoco
.
toolVersion
=
'0.8.
6
'
jacoco
.
toolVersion
=
'0.8.
7
'
jacocoTestReport
{
reports
{
xml
.
enabled
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