@groovy.transform.CompileStatic @CacheableTask class AsciidoctorTask extends AbstractAsciidoctorNodeJSTask
Build using asciidoctor.js.
| Constructor and description |
|---|
AsciidoctorTask
(WorkerExecutor we) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
outputOptions(groovy.lang.Closure cfg)Configures output options for this task. |
|
void |
outputOptions(Action<OutputOptions> cfg)Configures output options for this task. |
| Methods inherited from class | Name |
|---|---|
class AbstractAsciidoctorNodeJSTask |
attributes, getAttributeProviders, getAttributes, getReportableConfigurations, processAsciidocSources, setAttributes |
Configures output options for this task.
cfg - Closure which will delegate to a org.asciidoctor.gradle.base.OutputOptions instance.Configures output options for this task.
cfg - Action which will be passed an instances of org.asciidoctor.gradle.base.OutputOptions
to configure.Copyright © 2013-2024 the original author or authors. All rights reserved.