asciidoctor-gradle-plugin icon indicating copy to clipboard operation
asciidoctor-gradle-plugin copied to clipboard

A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.

Results 109 asciidoctor-gradle-plugin issues
Sort by recently updated
recently updated
newest added

Gradle 6.6 introduces the _configuration cache_ that allows Gradle to save a task graph and reusing it when nothing influencing it has changed. In other words, to skip the configuration...

When I run the `asciidoctor` task, I get a bunch of false positives, as follows: `uri:classloader:/gems/asciidoctor-2.0.10/lib/asciidoctor/converter/html5.rb convert_document INFO: possible invalid reference: junit` `junit` is a valid reference, defined as `[[junit]]`...

I have this test project which is using asciidoctor-gradle-plugin: https://github.com/rcbandit111/project-documentation I notice that when project is compiled folders like `images` and it's content are included into the compiled pages. But...

I'm working as a student software developer and my task is to provide a framework for building html and pdf files with gradle asciidoctor plugin from different asciidoc source files...

question
long-open:maybe-close?

Error: ``` > Could not find com.burgstaller:okhttp-digest:1.10. Searched in the following locations: - https://repo.maven.apache.org/maven2/com/burgstaller/okhttp-digest/1.10/okhttp-digest-1.10.pom - https://plugins.gradle.org/m2/com/burgstaller/okhttp-digest/1.10/okhttp-digest-1.10.pom - https://jitpack.io/com/burgstaller/okhttp-digest/1.10/okhttp-digest-1.10.pom Required by: project : org.asciidoctor.jvm.gems:org.asciidoctor.jvm.gems.gradle.plugin:3.3.2 > org.asciidoctor:asciidoctor-gradle-jvm-gems:3.3.2 > com.github.jruby-gradle:jruby-gradle-core-plugin:2.0.2 > io.github.http-builder-ng:http-builder-ng-okhttp:1.0.3 ```...

Since yesterday, my build is failing, because `grolifant:0.14` can't be found in the Maven repo anymore. I changed nothing in my project. When I browse the repo in the browser,...

Hi, I report my first issue, so thank you for your comprehension. **Problem :** I think it is the way that asciidoctor implemented their code that makes the users write...

Hi, thanks for your great work on integrating AsciiDoctor with Gradle. I'm fairly new to the Gradle and AsciiDoctor ecosystems, so please excuse me if this is a trivial question....

Hi, I am trying to use custom extensions with AsciidoctorJS, but struggling to get it work. When I use AsciidoctorJ it seems that the extensions seem to be picked up...

question