org.asciidoctor.base
Owner: Andres Almiray
Base plugin for all asciidoctor document conversion plugins (AsciidoctorJ & AsciidoctorJS) (If you need a production-ready version of the AsciidoctorJ plugin for Gradle use a 1.5.x release of 'org.asciidoctor.convert' instead)
https://github.com/asciidoctor/asciidoctor-gradle-plugin
Sources: https://github.com/asciidoctor/asciidoctor-gradle-plugin.git
Version 3.0.0-alpha.1
3.0.0-alpha.1
Created 25 May 2019.
Base plugin for all asciidoctor document conversion plugins (AsciidoctorJ & AsciidoctorJS) (If you need a production-ready version of the AsciidoctorJ plugin for Gradle use a 2.x release of this plugin instead)
Add this plugin to your build using the plugins DSL:
plugins {
id("org.asciidoctor.base") version "3.0.0-alpha.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.asciidoctor:asciidoctor-gradle-base:3.0.0-alpha.1") } } apply(plugin = "org.asciidoctor.base")
- Applying plugins to all subprojects .