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
> 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.
Hi.
I use
com.epages.restdocs-api-specversion 0.18.4.recently I updated that library to version 0.19.0.
then when I execute command
./gradlew openapi3there was an error like
What did I do wrong?
Thank you.