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 97c1aa2 commit 626fe39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
id 'nu.studer.credentials' version '3.0'
id 'maven-publish'
id 'signing'
id 'org.asciidoctor.jvm.convert' version '4.0.2'
id 'org.asciidoctor.jvm.convert' version '4.0.3'
}

defaultTasks 'clean', 'build'
Expand Down Expand Up @@ -97,7 +97,8 @@ processResources {
}

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'
}

tasks.named('asciidoctor', AsciidoctorTask).configure {
Expand Down

0 comments on commit 626fe39

Please sign in to comment.