Skip to content

Commit

Permalink
Fix small mistake in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornvester committed May 16, 2021
1 parent 03207ce commit 765b128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Here is a list of all available properties:
| cxfVersion | Provider\<String> | "3.4.3" | The version of CXF to use. |
| verbose | Provider\<Boolean> | true | Enables verbose output from CXF. |
| 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\<Boolean> | "no" | Adds the @Generated annotation to the generated sources. See below for details as there are some gotchas with this. | |
| markGenerated | Provider\<String> | "no" | Adds the @Generated annotation to the generated sources. See below for details as there are some gotchas with this. | |
| options | ListProperty\<String> | \[empty\] | Additional options to pass to the tool. See [here](https://cxf.apache.org/docs/wsdl-to-java.html) for details. |


Expand Down

0 comments on commit 765b128

Please sign in to comment.