We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57179e commit 8d51cd5Copy full SHA for 8d51cd5
documentation/documentation.gradle
@@ -901,4 +901,11 @@ tasks.withType(AsciidoctorTask).configureEach {
901
separateOutputDirs = false
902
backends 'html5'
903
}
904
+ // See https://docs.asciidoctor.org/gradle-plugin/latest/common-task-configuration/#choosing-an-execution-mode-for-asciidoctorj
905
+ executionMode = org.ysb33r.grolifant.api.core.jvm.ExecutionMode.JAVA_EXEC
906
+}
907
+
908
+tasks.withType(AsciidoctorPdfTask).configureEach {
909
910
911
0 commit comments