Skip to content

Commit a2a846e

Browse files
committed
Bump asciidoctor-pdf to 2.3.19
1 parent 319c658 commit a2a846e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ repositories {
1010
}
1111

1212
asciidoctorj {
13-
// asciidoctorj 3.0.0 doesn't seem to work with asciidoctor-gradle-plugin 4.0.3
13+
// asciidoctorj 3.0.0 doesn't seem to work with asciidoctor-gradle-plugin 4.0.4 (might be asciidoctor-pdf related)
1414
version = '2.5.13'
1515
modules {
1616
pdf {
17-
version '2.3.18'
17+
version '2.3.19'
1818
}
1919
}
2020
docExtensions file('doc-extension.groovy')

0 commit comments

Comments
 (0)