asciidoctor / asciidoctor-gradle-examples

A collection of example projects that demonstrates how to use the Asciidoctor Gradle plugin
http://asciidoctor.github.io/asciidoctor-gradle-examples
Other
147 stars 136 forks source link

Fix converters and extensions dependency configuration #35

Closed abelsromero closed 4 years ago

abelsromero commented 7 years ago

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:

abelsromero commented 4 years ago

This has already been fixed