-
-
Notifications
You must be signed in to change notification settings - Fork 555
Closed
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
Describe the bug
Looking in Maven central, I only see up to 1.6.x versions.
To Reproduce
Steps to reproduce the behavior:
- Target version 2.0.0 of any springdoc-openapi dependencies in
build.gradleext { springDocVersion = '2.0.0' } dependencies { implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: "$springDocVersion" implementation group: 'org.springdoc', name: 'springdoc-openapi-webmvc-core', version: "$springDocVersion" } - Try to build
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not find org.springdoc:springdoc-openapi-ui:2.0.0.
Required by:
project :
> Could not find org.springdoc:springdoc-openapi-webmvc-core:2.0.0.
Required by:
project :
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 15s
3 actionable tasks: 3 executed
Expected behavior
Dependencies resolved
Screenshots
N/A
Additional context
N/A
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right