You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throws the following exception. When removing the oauth block eveything ist fine.
Exception:
Caused by: java.lang.NullPointerException
at io.github.swagger2markup.internal.document.builder.SecurityDocumentBuilder.buildSecurityScheme(SecurityDocumentBuilder.java:133)
at io.github.swagger2markup.internal.document.builder.SecurityDocumentBuilder.buildSecuritySchemeDefinitionsSection(SecurityDocumentBuilder.java:97)
at io.github.swagger2markup.internal.document.builder.SecurityDocumentBuilder.build(SecurityDocumentBuilder.java:78)
at io.github.swagger2markup.Swagger2MarkupConverter.toFolder(Swagger2MarkupConverter.java:177)
at io.github.swagger2markup.Swagger2MarkupConverter$toFolder$0.call(Unknown Source)
at io.github.swagger2markup.tasks.Swagger2MarkupTask.convertSwagger2markup(Swagger2MarkupTask.groovy:68)
... 22 more
The text was updated successfully, but these errors were encountered:
yaml:
Throws the following exception. When removing the oauth block eveything ist fine.
Exception:
The text was updated successfully, but these errors were encountered: