Skip to content

Commit

Permalink
build.gradle: update Gradle plugin for Asciidoctor to 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Jan 20, 2025
1 parent 4eb75d8 commit 880ca18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallettool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.gradle.util.GradleVersion
plugins {
id 'java'
id 'application'
id 'org.asciidoctor.jvm.convert' version '3.3.2' apply false
id 'org.asciidoctor.jvm.convert' version '4.0.4' apply false
id 'org.graalvm.buildtools.native' version '0.10.3' apply false
}

Expand Down

0 comments on commit 880ca18

Please sign in to comment.