Skip to content

Commit 255a5ef

Browse files
committed
Upgrade asciidoctor-gradle-plugin to 4.0.5
Add remark not to replace Groovy DSL extension due to version constraints
1 parent 4ca7e4e commit 255a5ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
id 'nu.studer.credentials' version '3.0'
2121
id 'maven-publish'
2222
id 'signing'
23-
id 'org.asciidoctor.jvm.convert' version '4.0.4'
23+
id 'org.asciidoctor.jvm.convert' version '4.0.5'
2424
}
2525

2626
defaultTasks 'clean', 'build'
@@ -140,6 +140,7 @@ asciidoctorj {
140140
// NOTE: Don't upgrade to v 3.0.0, as it requires Java 11
141141
version = '2.5.13'
142142

143+
// NOTE: We can't use org.firebirdsql.asciidoctor:canonical-link:1.0 as it requires AsciidoctorJ 3.0.x and Java 17
143144
docExtensions file('doc-extension.groovy')
144145
}
145146

0 commit comments

Comments
 (0)