|
|
@ -332,18 +332,27 @@ asciidoctor {
|
|
|
|
sources {
|
|
|
|
sources {
|
|
|
|
include "*.singleadoc"
|
|
|
|
include "*.singleadoc"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
forkOptions {
|
|
|
|
|
|
|
|
jvmArgs "--add-opens", "java.base/sun.nio.ch=ALL-UNNAMED", "--add-opens", "java.base/java.io=ALL-UNNAMED"
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
task asciidoctorPdf(type: org.asciidoctor.gradle.jvm.AsciidoctorTask) {
|
|
|
|
task asciidoctorPdf(type: org.asciidoctor.gradle.jvm.AsciidoctorTask) {
|
|
|
|
sources {
|
|
|
|
sources {
|
|
|
|
include "*.singleadoc"
|
|
|
|
include "*.singleadoc"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
forkOptions {
|
|
|
|
|
|
|
|
jvmArgs "--add-opens", "java.base/sun.nio.ch=ALL-UNNAMED", "--add-opens", "java.base/java.io=ALL-UNNAMED"
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
task asciidoctorMultipage(type: org.asciidoctor.gradle.jvm.AsciidoctorTask) {
|
|
|
|
task asciidoctorMultipage(type: org.asciidoctor.gradle.jvm.AsciidoctorTask) {
|
|
|
|
sources {
|
|
|
|
sources {
|
|
|
|
include "*.adoc"
|
|
|
|
include "*.adoc"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
forkOptions {
|
|
|
|
|
|
|
|
jvmArgs "--add-opens", "java.base/sun.nio.ch=ALL-UNNAMED", "--add-opens", "java.base/java.io=ALL-UNNAMED"
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
syncDocumentationSourceForAsciidoctor {
|
|
|
|
syncDocumentationSourceForAsciidoctor {
|
|
|
|