Skip to content

Commit

Permalink
fix openAPI version parameter in gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Jan 6, 2025
1 parent 885751e commit 1eb2774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public enum Format {JSON, YAML, JSONANDYAML}

@Input
@Optional
private String openAPIVersion;
private Property<String> openAPIVersion = getProject().getObjects().property(String.class);;

@Input
@Optional
Expand Down

0 comments on commit 1eb2774

Please sign in to comment.