-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Hi, I found small issue. 👀
Is your feature request related to a problem? Please describe.
The Getting Started documentation shows an invalid Gradle dependency:
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:latest'
Gradle doesn't support latest
as a version, causing build failures for new users.
Describe the solution you'd like
Update the Gradle example to use a valid version format:
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:{latest-version}'
or with a specific version:
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.10'
Additional context
I'm not completely certain about this, but thought it might be helpful to report.
Metadata
Metadata
Assignees
Labels
No labels