Skip to content

Commit

Permalink
confluentinc#1914 - forgot to mark subjects as not required
Browse files Browse the repository at this point in the history
  • Loading branch information
mac2000 committed Jun 15, 2021
1 parent 228495c commit ddf0720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public abstract class UploadSchemaRegistryMojo extends SchemaRegistryMojo {
@Parameter(required = false)
File outputDirectory;

@Parameter(required = true)
@Parameter(required = false)
Map<String, File> subjects = new HashMap<>();

@Parameter(required = false)
Expand Down

0 comments on commit ddf0720

Please sign in to comment.