Asciidoclet in Gradle
Groovy (beta)
code posted
by
aslakknutsen
created at 05 Apr 00:08, updated at 04 Jun 23:20
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12  | 
  configurations { asciidoclet } dependencies { asciidoclet 'org.asciidoctor:asciidoclet:0.1.3' } javadoc { options.docletpath = configurations.asciidoclet.files.asType(List) options.doclet = 'org.asciidoctor.Asciidoclet' }  | 
247 Bytes in 1 ms with coderay


