You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering a dependency resolution error when trying to build my project using Swagger2Markup version 1.3.4. The error message indicates that the following dependencies cannot be found:
ch.netzwerg:paleo-core:0.14.0
nl.jworks.markdown_to_asciidoc:markdown_to_asciidoc:1.1
The error occurs during the classpath resolution phase, and the build system (Gradle) is unable to locate these artifacts in any of the specified repositories, including Maven Central, JCenter, and the Gradle Plugin Repository.
It appears that the mentioned versions of the dependencies are not available in the common repositories (Maven Central, JCenter, etc.). This prevents the successful resolution of these artifacts and ultimately the build from completing.
Steps to reproduce:
Add swagger2markup:swagger2markup:1.3.4 as a dependency in your project.
Attempt to resolve the dependencies using Gradle.
Observe the error related to missing paleo-core:0.14.0 and markdown_to_asciidoc:1.1.
Expected behavior:
The build should resolve all required dependencies and complete successfully.
Actual behavior:
Gradle is unable to find the dependencies ch.netzwerg:paleo-core:0.14.0 and nl.jworks.markdown_to_asciidoc:markdown_to_asciidoc:1.1 in the specified repositories, causing the build to fail.
Suggested actions:
Can the required dependencies be made available in public repositories, or can alternate dependencies be suggested to resolve this issue?
Any guidance on resolving this dependency issue would be appreciated.
The text was updated successfully, but these errors were encountered:
Swagger2Markup version: 1.3.4
Problem description:
I am encountering a dependency resolution error when trying to build my project using Swagger2Markup version 1.3.4. The error message indicates that the following dependencies cannot be found:
ch.netzwerg:paleo-core:0.14.0
nl.jworks.markdown_to_asciidoc:markdown_to_asciidoc:1.1
The error occurs during the classpath resolution phase, and the build system (Gradle) is unable to locate these artifacts in any of the specified repositories, including Maven Central, JCenter, and the Gradle Plugin Repository.
Here’s the error message I am seeing:
It appears that the mentioned versions of the dependencies are not available in the common repositories (Maven Central, JCenter, etc.). This prevents the successful resolution of these artifacts and ultimately the build from completing.
Steps to reproduce:
Expected behavior:
Actual behavior:
Suggested actions:
The text was updated successfully, but these errors were encountered: