Skip to content

2.0.0 not uploaded to Maven Central #1974

@phillipuniverse

Description

@phillipuniverse

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions