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
I use com.epages.restdocs-api-spec version 0.18.4.
recently I updated that library to version 0.19.0.
then when I execute command ./gradlew openapi3
there was an error like
> Task :openapi3 FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':openapi3'.
> Cannot invoke "io.swagger.v3.oas.models.media.Schema.getTitle()" because the return value of "java.util.Map$Entry.getValue()" is null
What did I do wrong?
Thank you.
The text was updated successfully, but these errors were encountered:
I was using version 0.19.0, and it worked well for a few days without any problems.
However, starting from today, I'm suddenly experiencing errors.
There were no code changes, but an error began occurring during the build.
Error: Cannot invoke "io.swagger.v3.oas.models. media.Schema.getTitle)" because the return value of "java.util.Map$ Entry.get Value 0" is null
Hi.
I use
com.epages.restdocs-api-spec
version 0.18.4.recently I updated that library to version 0.19.0.
then when I execute command
./gradlew openapi3
there was an error like
What did I do wrong?
Thank you.
The text was updated successfully, but these errors were encountered: