Login  Register

Re: Gradle asciidoctor plugin v2 not working

Posted by jagedn on Apr 25, 2019; 10:01am
URL: https://discuss.asciidoctor.org/Gradle-asciidoctor-plugin-v2-not-working-tp6865p6869.html

Hi

Gradle DSL has 2 different sections where you use `repositories`

First one is in `buildSrc` and is use to find dependencies for plugins. The second is to find dependencies for your project.

in your build.gradle don't need the first one because Gradle can find it in the plugin portal.

The second one is used by the plugin to build a classpath loader with the version you specify in the closure `asciidoctorj`