Sha256: f1797a7145990cccf8a0c9ef1fb33232324bdc1198df2de3c0fd208bd7caec00

Contents?: true

Size: 530 Bytes

Versions: 3

Compression:

Stored size: 530 Bytes

Contents

plugins {
    id "org.asciidoctor.gradle.asciidoctor" version "1.5.1"
}

dependencies {
    asciidoctor 'com.github.domgold.doctools.asciidoctor:asciidoctor-gherkin-extension:1.0.1'
}

asciidoctor {
    separateOutputDirs = false
    sourceDir 'src'
    outputDir projectDir
    attributes 'toc' : 'right',
               'source-highlighter' : 'highlightjs',
               'icons' : 'font',
               'page-layout': 'docs',
               'page-description': '{description}',
               'page-keywords': '{keywords}'
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
brine-dsl-0.7.0 docs/build.gradle
brine-dsl-0.6.0 docs/build.gradle
brine-dsl-0.5.0 docs/build.gradle