Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
asm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asm
asm
Commits
279a5058
Commit
279a5058
authored
Oct 14, 2019
by
Eric Bruneton
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jacoco-0.8.5' into 'master'
Update JaCoCo to version 0.8.5 See merge request
asm/asm!277
parents
76e16723
b38c5f41
Pipeline
#6783
passed with stage
in 10 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
build.gradle
build.gradle
+1
-1
No files found.
build.gradle
View file @
279a5058
...
...
@@ -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
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