commit
b46eba16e6
|
|
@ -70,6 +70,10 @@ tasks.withType(org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.named('test') {
|
||||||
|
inputs.dir('src/docs/gradle').withPathSensitivity(PathSensitivity.RELATIVE).withPropertyName('buildScripts')
|
||||||
|
}
|
||||||
|
|
||||||
asciidoctor {
|
asciidoctor {
|
||||||
sources {
|
sources {
|
||||||
include "index.adoc"
|
include "index.adoc"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue