asciidoctor / asciidoctor-gradle-plugin

A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
https://asciidoctor.github.io/asciidoctor-gradle-plugin/
Apache License 2.0
285 stars 120 forks source link

fix: grolifantVersion dose not exist at mavenRepository. #653

Closed arthur-yoon closed 1 year ago

arthur-yoon commented 1 year ago

grolifant version 0.16.1 is missing from the maven repository. so needs to change the version of grolifant in org.asciidoctor:asciidoctor-gradle-base:3.3.2.

dcoraboeuf commented 1 year ago

Hi, unless I'm mistaken, this group:artifact is not available either in the Maven Central: https://search.maven.org/search?q=g:org.ysb33r.gradle%20AND%20a:grolifant

It's still only available in JCenter, hence the outage (#652).

ysb33r commented 1 year ago

This was resolved via other means. Not going to merge this.