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
While updating to the new version 0.19.3 of the gradle plugin, I get an error message.
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