2.0.0 not uploaded to Maven Central
See original GitHub issueDescribe 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
Issue Analytics
- State:
- Created 10 months ago
- Comments:5
Top Results From Across the Web
Maven – Guide to uploading artifacts to the Central Repository
The easiest way to upload another project is to use the Open Source Software Repository Hosting (OSSRH), which is an approved repository provided...
Read more >New artifact version is not listed after publishing to Maven ...
It seems to take a few days before the new version gets listed. It would be good to know the reason for this...
Read more >How to Publish Artifacts to Maven Central - DZone
The first thing to do is to make sure that your groupId matches a domain that you own or, alternatively, the domain that...
Read more >My artifacts does not appear in maven repository
My artifacts does not sync to maven repository. com.github.magrifle data-search-api 2.0.0. I upload the release yesterday which created a ...
Read more >Maven Central Repository Search
Official search by the maintainers of Maven Central Repository.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

That was the issue. I didn’t realize the coordinates changed. Thanks!
@ParkerM thanks for that, my mistake for not checking the docs. That works!
Hopefully this will at least help with some google-bility!!