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

"include file not found" error after recursive include #665

Open JacquesLeRoux opened 1 year ago

JacquesLeRoux commented 1 year ago

Hi,

I have also reported this issue at https://github.com/asciidoctor/asciidoctorj/issues/739 with this description:

We cross an issue in Apache OFBiz that could be related. It was working correctly before we switched from org.asciidoctor.gradle.AsciidoctorTask (and related) to org.asciidoctor.gradle.jvm.AsciidoctorTask: https://github.com/apache/ofbiz-framework/commit/e248654735.

TIA for any information