Skip to content

Commit

Permalink
AsciiDoctor plugin to 4.0.3, asciidoctorj to 2.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Sep 19, 2024
1 parent d6a7f72 commit 2c45a51
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 @@ -20,7 +20,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 @@ -136,7 +136,8 @@ processResources {
//apply from: 'documentation.gradle'

asciidoctorj {
version = '2.5.11'
// NOTE: Don't upgrade to v 3.0.0, as it requires Java 11
version = '2.5.13'
}

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

0 comments on commit 2c45a51

Please sign in to comment.