j2html/gradle/documentation/asciidoc.gradle
2024-03-02 22:53:34 +01:00

13 lines
No EOL
344 B
Groovy

apply plugin: 'org.xbib.gradle.plugin.asciidoctor'
asciidoctor {
attributes 'source-highlighter': 'coderay',
toc: 'left',
doctype: 'book',
icons: 'font',
encoding: 'utf-8',
sectlink: true,
sectanchors: true,
linkattrs: true,
imagesdir: 'img'
}