Skip to content

Commit

Permalink
asciidoctor-gradle-plugin 4.0.3 and asciidoctorj 2.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Sep 19, 2024
1 parent 43cdb81 commit 55112c6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.asciidoctor.jvm.convert' version '4.0.2'
id 'org.asciidoctor.jvm.pdf' version '4.0.2'
id 'org.asciidoctor.jvm.convert' version '4.0.3'
id 'org.asciidoctor.jvm.pdf' version '4.0.3'
}

defaultTasks 'clean', 'asciidoctor'
Expand All @@ -10,10 +10,11 @@ repositories {
}

asciidoctorj {
version = '2.5.11'
// asciidoctorj 3.0.0 doesn't seem to work with asciidoctor-gradle-plugin 4.0.3
version = '2.5.13'
modules {
pdf {
version '2.3.10'
version '2.3.18'
}
}
docExtensions file('doc-extension.groovy')
Expand Down

0 comments on commit 55112c6

Please sign in to comment.