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 9bece1c commit 0911d6bCopy full SHA for 0911d6b
build.gradle
@@ -10,11 +10,11 @@ repositories {
10
}
11
12
asciidoctorj {
13
- // asciidoctorj 3.0.0 doesn't seem to work with asciidoctor-gradle-plugin 4.0.4 (might be asciidoctor-pdf related)
+ // asciidoctorj 3.0.x doesn't seem to work with asciidoctorj-groovy-dsl used for docExtensions
14
version = '2.5.13'
15
modules {
16
pdf {
17
- version '2.3.19'
+ version '2.3.23'
18
19
20
docExtensions file('doc-extension.groovy')
0 commit comments