As seen in https://github.com/asciidoctor/asciidoctor-gradle-plugin/issues/203, the right way to setup converters and extensions is using the asciidoctor configuration in the project's dependencies.
Current examples define them as classpath dependencies in the buildscript section, which causes issues running with the gradle daemon.
Currently, the following examples should be fixed:
As seen in https://github.com/asciidoctor/asciidoctor-gradle-plugin/issues/203, the right way to setup converters and extensions is using the
asciidoctor
configuration in the project's dependencies. Current examples define them asclasspath
dependencies in thebuildscript
section, which causes issues running with the gradle daemon.Currently, the following examples should be fixed: