Skip to content

Commit d2de265

Browse files
fixed commands from readme
1 parent d0d918f commit d2de265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Import the files [code-style.xml](code-style.xml) and [formatter.xml](formatter.
1717
## Test
1818
Coverage report will be located at `build/reports/cobertura/index.html`.
1919
```bash
20-
gradle clean coberturaCheck test
20+
gradle clean coberturaCheck testClasses
2121
```
2222

2323
## Code style
2424
You may run this command to automatically detect code style issues.
2525
```bash
26-
gradle check
26+
gradle checkstyleTest
2727
```
2828

2929
## Build

0 commit comments

Comments
 (0)