ePages-de / restdocs-api-spec

Adds API specification support to Spring REST Docs
MIT License
391 stars 103 forks source link

Could not find com.epages:restdocs-api-spec-openapi-generator:0.19.3 #268

Closed achimgrimm closed 1 month ago

achimgrimm commented 6 months ago

While updating to the new version 0.19.3 of the gradle plugin, I get an error message.

> Could not resolve all artifacts for configuration ':classpath'.
   > Could not find com.epages:restdocs-api-spec-openapi-generator:0.19.3.
     Searched in the following locations:
       - https://plugins.gradle.org/m2/com/epages/restdocs-api-spec-openapi-generator/0.19.3/restdocs-api-spec-openapi-generator-0.19.3.pom
     Required by:
         project : > com.epages.restdocs-api-spec:com.epages.restdocs-api-spec.gradle.plugin:0.19.3 > com.epages:restdocs-api-spec-gradle-plugin:0.19.3
   > Could not find com.epages:restdocs-api-spec-openapi3-generator:0.19.3.
     Searched in the following locations:
       - https://plugins.gradle.org/m2/com/epages/restdocs-api-spec-openapi3-generator/0.19.3/restdocs-api-spec-openapi3-generator-0.19.3.pom
     Required by:
         project : > com.epages.restdocs-api-spec:com.epages.restdocs-api-spec.gradle.plugin:0.19.3 > com.epages:restdocs-api-spec-gradle-plugin:0.19.3
   > Could not find com.epages:restdocs-api-spec-postman-generator:0.19.3.
     Searched in the following locations:
       - https://plugins.gradle.org/m2/com/epages/restdocs-api-spec-postman-generator/0.19.3/restdocs-api-spec-postman-generator-0.19.3.pom
     Required by:
         project : > com.epages.restdocs-api-spec:com.epages.restdocs-api-spec.gradle.plugin:0.19.3 > com.epages:restdocs-api-spec-gradle-plugin:0.19.3

I artifact is required in the POM file of restdocs-api-spec-gradle-plugin as defined in https://plugins.gradle.org/m2/com/epages/restdocs-api-spec-gradle-plugin/0.19.3/

Since https://mvnrepository.com/artifact/com.epages/restdocs-api-spec-openapi-generator and https://central.sonatype.com/artifact/com.epages/restdocs-api-spec-openapi-generator/versions don't show the version 0.19.3 I assume, that the upload failed during the release process.

see also https://github.com/ePages-de/restdocs-api-spec/issues/259

wodrobina commented 1 month ago

Version 19.4 is available right now - LINK. Therefore, let me close this topic.