Supriya Lal
Results
2
comments of
Supriya Lal
Try manually adding a "/" to basePath in api-docs.json ```json { "apiVersion": "1.0", "swaggerVersion": "1.2", "basePath": "/", "apis": [ { "path": "some path", "description": "some description" } ], "authorizations": null...
I was facing the exact same issue, I am working off the current fork in github and running ./gradlew clean build I fixed it by setting BC_JDK8 in my bash...