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
b38c5f41
Commit
b38c5f41
authored
Oct 12, 2019
by
Evgeny Mandrikov
Browse files
Update JaCoCo to version 0.8.5
parent
76e16723
Pipeline
#6768
passed with stage
in 9 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
b38c5f41
...
...
@@ -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.
4
'
jacoco
.
toolVersion
=
'0.8.
5
'
jacocoTestReport
{
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