File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.2.0
2+
3+ __ 2018-06-04__
4+
5+ - Fix: fix no file analysis issue for okFindbugs because of path case sensitive
6+ - Fix: fix move failed which tests already exists when need to move tests folder to target path
7+ - Feat: support customize whether need to report xml on findbugs<Paste >
8+
19## 0.1.9
210
311__ 2018-06-02__
Original file line number Diff line number Diff line change 2828``` groovy
2929buildscript {
3030 dependencies {
31- classpath 'com.liulishuo.okcheck:gradle:0.1.9 '
31+ classpath 'com.liulishuo.okcheck:gradle:0.2.0 '
3232 }
3333}
3434
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ On the `build.gradle` at your root project:
2828``` groovy
2929buildscript {
3030 dependencies {
31- classpath 'com.liulishuo.okcheck:gradle:0.1.9 '
31+ classpath 'com.liulishuo.okcheck:gradle:0.2.0 '
3232 }
3333}
3434
Original file line number Diff line number Diff line change 11GROUP =com.liulishuo.okcheck
2- VERSION_NAME =0.2.0-SNAPSHOT
2+ VERSION_NAME =0.2.0
33
44POM_URL =https://github.com/lingochamp/okcheck
55ISSUE_URL =https://github.com/lingochamp/okcheck/issues/
You can’t perform that action at this time.
0 commit comments