#12844: copy skipOperationExample from builder to WorkflowSettings (#12845)

This commit is contained in:
roedde 2022-07-13 05:16:44 +02:00 committed by GitHub
parent 2e2da7bc82
commit 9e2b8a0ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@ public class WorkflowSettings {
this.outputDir = builder.outputDir;
this.verbose = builder.verbose;
this.skipOverwrite = builder.skipOverwrite;
this.skipOperationExample = builder.skipOperationExample;
this.removeOperationIdPrefix = builder.removeOperationIdPrefix;
this.logToStderr = builder.logToStderr;
this.validateSpec = builder.validateSpec;