File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
1616 id ' nu.studer.credentials' version ' 3.0'
1717 id ' maven-publish'
1818 id ' signing'
19- id ' org.asciidoctor.jvm.convert' version ' 4.0.4 '
19+ id ' org.asciidoctor.jvm.convert' version ' 4.0.5 '
2020}
2121
2222defaultTasks ' clean' , ' build'
@@ -46,6 +46,10 @@ java {
4646 withSourcesJar()
4747}
4848
49+ configurations {
50+ asciidoctorExt
51+ }
52+
4953dependencies {
5054 api libs. jspecify
5155
@@ -66,6 +70,8 @@ dependencies {
6670 if (findProperty(' test.chacha64' ) != ' disabled' ) {
6771 testRuntimeOnly project(' chacha64-plugin' )
6872 }
73+
74+ asciidoctorExt ' org.firebirdsql.asciidoctor:canonical-link:1.0'
6975}
7076
7177sourceSets {
@@ -99,12 +105,11 @@ processResources {
99105}
100106
101107asciidoctorj {
102- version = ' 3.0.0'
103-
104- docExtensions file(' doc-extension.groovy' )
108+ version = ' 3.0.1'
105109}
106110
107111tasks. named(' asciidoctor' , AsciidoctorTask ). configure {
112+ configurations ' asciidoctorExt'
108113 executionMode = OUT_OF_PROCESS
109114 attributes ' version_simple' : project. ' version.simple' ,
110115 ' version_wo_target' : " ${ project.'version.simple'}${ project.'version.tag'} " ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments