Skip to content

Commit

Permalink
ci: release 0.2.4 for resolve on some case jacoco destroyed its exec …
Browse files Browse the repository at this point in the history
…file because of unexpected-version of jacoco
  • Loading branch information
Jacksgong committed Sep 10, 2018
1 parent c01569b commit 132a5e5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.4

__2018-09-10__

- Fix: fix on some case because of mix of jacoco version raise exec file destroyed. Refs [PR 7](https://github.com/lingochamp/okcheck/pull/7)

## 0.2.3

__2018-07-06__
Expand Down
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
```groovy
buildscript {
dependencies {
classpath 'com.liulishuo.okcheck:gradle:0.2.3'
classpath 'com.liulishuo.okcheck:gradle:0.2.4'
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ On the `build.gradle` at your root project:
```groovy
buildscript {
dependencies {
classpath 'com.liulishuo.okcheck:gradle:0.2.3'
classpath 'com.liulishuo.okcheck:gradle:0.2.4'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.liulishuo.okcheck
VERSION_NAME=0.2.4-SNAPSHOT
VERSION_NAME=0.2.4

POM_URL=https://github.com/lingochamp/okcheck
ISSUE_URL=https://github.com/lingochamp/okcheck/issues/
Expand Down

0 comments on commit 132a5e5

Please sign in to comment.