11 lines
364 B
Groovy
11 lines
364 B
Groovy
description = 'Asciidoctor extensions for Spring REST Docs'
|
|
|
|
dependencies {
|
|
provided 'org.asciidoctor:asciidoctorj'
|
|
testCompile 'junit:junit'
|
|
testCompile 'org.apache.pdfbox:pdfbox'
|
|
testCompile 'org.asciidoctor:asciidoctorj'
|
|
testCompile 'org.assertj:assertj-core'
|
|
testCompile 'org.springframework:spring-core'
|
|
testRuntime 'org.asciidoctor:asciidoctorj-pdf'
|
|
} |