Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-schilling committed Sep 18, 2019
1 parent f18940d commit 64cd147
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -22,7 +22,7 @@ through the Gradle plugin portal. Thus, the new convenient dependency mechanism

```
plugins {
id 'org.kiirun.joda-beans' version '1.0.5'
id 'org.kiirun.joda-beans' version '1.1.0'
}
```

Expand All @@ -34,7 +34,7 @@ buildscript {
dependencies {
...
classpath 'org.kiirun:joda-beans-gradle-plugin:1.0.5'
classpath 'org.kiirun:joda-beans-gradle-plugin:1.1.0'
}
}
Expand Down Expand Up @@ -86,6 +86,7 @@ either the word "tab", or a number, such as "2" or "4". Default is "4".
- `recursive` - whether the source directory should be parsed recursively. Default is `true`.
- `strict` - whether the validate task should fail if beans need regenerating. Default is `false`.
- `config` - the configuration file to use for bean generation. Can be `guava` or `jdk6`, default is `guava`
- `generated` - whether a `@Generated` annotation should be added to generated code, default is `false` (requires Joda-Beans `2.7.1+`)

#### JodaGenerate

Expand All @@ -110,6 +111,7 @@ jodabeans {
recursive = true // this is the default
strict = false // this is the default
config = 'guava' // this is the default, can also be 'jdk6'
generated = false // this is the default
}
```

Expand Down

0 comments on commit 64cd147

Please sign in to comment.