Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid committed Feb 12, 2018
1 parent fcf3eb9 commit 533f59a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,14 @@ cpdCheck {

*Note:* With v0.2, I have renamed the default task from ```cpd``` to ```cpdCheck``` that it does not have a name clash anymore.

### Kotlin support

Unfortunately, [CPD][] does not support [Kotlin](https://kotlinlang.org/) such that you have to ignore files manuelly if you mixed it up with your Java files:
```groovy
tasks.withType(Cpd) {
exclude "*.kt"
}
```

Options
-------
Expand Down

0 comments on commit 533f59a

Please sign in to comment.