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
asm
asm
Commits
6e0c8058
Commit
6e0c8058
authored
Apr 27, 2022
by
Remi Forax
Browse files
Merge branch 'update_jacoco' into 'master'
Update JaCoCo to version 0.8.8 See merge request
!349
parents
b8054cb6
a26e047a
Pipeline
#20815
passed with stage
in 6 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
6e0c8058
...
...
@@ -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