question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

2.0.0 not uploaded to Maven Central

See original GitHub issue

Describe the bug

Looking in Maven central, I only see up to 1.6.x versions.

To Reproduce Steps to reproduce the behavior:

  1. Target version 2.0.0 of any springdoc-openapi dependencies in build.gradle
    ext {
    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"
     }
    
  2. 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:closed
  • Created 10 months ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
ctmay4commented, Dec 1, 2022

That was the issue. I didn’t realize the coordinates changed. Thanks!

1reaction
phillipuniversecommented, Dec 1, 2022

@ParkerM thanks for that, my mistake for not checking the docs. That works!

Hopefully this will at least help with some google-bility!!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found