Skip to content

Commit

Permalink
Update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornvester committed Jul 23, 2021
1 parent 2547c71 commit f32d975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Here is a list of all available properties:
| includesWithOptions | Map\<String, List> | \[not set\] | Inclusion filters like above, but with individual options. See below. |
| generatedSourceDir | DirectoryProperty | "$buildDir/generated<br>/sources/wsdl2java/java" | The output directory for the generated Java sources.<br>Note that it will be deleted when running XJC. |
| bindingFile | RegularFileProperty | \[not set\] | A binding file to use in the schema compiler. |
| cxfVersion | Provider\<String> | "3.4.3" | The version of CXF to use. |
| cxfVersion | Provider\<String> | "3.4.4" | The version of CXF to use. |
| verbose | Provider\<Boolean> | \[not set\] | Enables verbose output from CXF. If not set, it will be be enabled only on the info logging level. |
| suppressGeneratedDate | Provider\<Boolean> | true | Suppresses generating dates in CXF. Default is true to support reproducible builds and to work with the build cache. |
| markGenerated | Provider\<String> | "no" | Adds the @Generated annotation to the generated sources. See below for details as there are some gotchas with this. |
Expand All @@ -57,7 +57,7 @@ You can specify the version of CXF used for code generation like this:

```kotlin
wsdl2java {
cxfVersion.set("3.4.3")
cxfVersion.set("3.4.4")
}
```

Expand Down

0 comments on commit f32d975

Please sign in to comment.