asciidoctor / asciidoctor-diagram

:left_right_arrow: Asciidoctor diagram extension, with support for AsciiToSVG, BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag), Ditaa, Erd, GraphViz, Mermaid, Msc, PlantUML, Shaape, SvgBob, Syntrax, UMLet, Vega, Vega-Lite and WaveDrom.
http://asciidoctor.org
MIT License
435 stars 106 forks source link

gradle plugin org.asciidoctor.jvm.convert does not find version 2.1.1 #344

Closed achimgrimm closed 3 years ago

achimgrimm commented 3 years ago

I am using the gradle plugin org.asciidoctor.jvm.convert to integrate into my build. As described here: https://asciidoctor.github.io/asciidoctor-gradle-plugin/development-3.x/user-guide/#diagram

The new version 2.1.1 can not be resolved by the plugin.

Execution failed for task ':asciidoctor'.
> Could not resolve all files for configuration ':detachedConfiguration2'.
   > Could not find org.asciidoctor:asciidoctorj-diagram:2.1.1.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-diagram/2.1.1/asciidoctorj-diagram-2.1.1.pom
       - https://repo.spring.io/snapshot/org/asciidoctor/asciidoctorj-diagram/2.1.1/asciidoctorj-diagram-2.1.1.pom
       - https://repo.spring.io/milestone/org/asciidoctor/asciidoctorj-diagram/2.1.1/asciidoctorj-diagram-2.1.1.pom
       - https://packages.confluent.io/maven/org/asciidoctor/asciidoctorj-diagram/2.1.1/asciidoctorj-diagram-2.1.1.pom
       - https://jitpack.io/org/asciidoctor/asciidoctorj-diagram/2.1.1/asciidoctorj-diagram-2.1.1.pom
       - https://jcenter.bintray.com/org/asciidoctor/asciidoctorj-diagram/2.1.1/asciidoctorj-diagram-2.1.1.pom
     Required by:
         project :

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
pepijnve commented 3 years ago

You'll have to ask @robertpanzer about this. The java variant of the diagram plugin is built and published by him as part of the https://github.com/asciidoctor/asciidoctorj-diagram project.

achimgrimm commented 3 years ago

Thank you for the feedback. I will contact him. :-)

achimgrimm commented 3 years ago

https://github.com/asciidoctor/asciidoctorj-diagram/issues/17