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
Idan Horowitz
asm
Commits
b38c5f41
Commit
b38c5f41
authored
Oct 12, 2019
by
Evgeny Mandrikov
Browse files
Update JaCoCo to version 0.8.5
parent
76e16723
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
b38c5f41
...
@@ -209,7 +209,7 @@ subprojects {
...
@@ -209,7 +209,7 @@ subprojects {
// and uploaded to Maven with a POM, sources and Javadoc.
// and uploaded to Maven with a POM, sources and Javadoc.
configure
(
subprojects
.
findAll
{
it
.
provides
})
{
configure
(
subprojects
.
findAll
{
it
.
provides
})
{
// Code coverage configuration.
// Code coverage configuration.
jacoco
.
toolVersion
=
'0.8.
4
'
jacoco
.
toolVersion
=
'0.8.
5
'
jacocoTestReport
{
jacocoTestReport
{
classDirectories
.
setFrom
(
sourceSets
.
main
.
output
.
classesDirs
)
classDirectories
.
setFrom
(
sourceSets
.
main
.
output
.
classesDirs
)
}
}
...
...
Write
Preview
Markdown
is supported
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