Skip to content

Commit

Permalink
Release again
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendelski committed Oct 23, 2021
1 parent 7840cdd commit a468efa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.1.15] - 2021-11-24
### Changed
- Republish because of script failure

## [0.1.14] - 2021-11-24
### Changed
- Fix jacocoReport when project does not have unit tests
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ tasks.withType(KotlinCompile) {
jacocoTestReport {
executionData(fileTree(project.buildDir).include("jacoco/*.exec"))
reports {
xml.enabled = true
html.enabled = true
xml.required = true
html.required = true
}
}
Expand Down

0 comments on commit a468efa

Please sign in to comment.