Skip to content

Commit ca8987b

Browse files
committed
Use issue-macro for issue links
1 parent 7305bea commit ca8987b

3 files changed

Lines changed: 76 additions & 71 deletions

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ dependencies {
100100
// Uncomment to be able to run tests with type NATIVE without fbclient on your system (does not work for EMBEDDED)
101101
//testRuntimeOnly testLibs.fbclient
102102

103-
asciidoctorExt 'org.firebirdsql.asciidoctor:canonical-link:1.0'
103+
asciidoctorExt libs.canonical.link
104+
asciidoctorExt libs.issue.macro
104105
}
105106

106107
sourceSets {

gradle/libs.versions.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ bouncy-castle = "1.84"
77
jspecify = "1.0.0"
88
asciidoctor-jvm = "4.0.5"
99
javaagent-gradle-plugin = "0.12.2"
10+
fb-asciidoc-ext = "1.1"
1011

1112
[libraries]
1213
jna = { module = "net.java.dev.jna:jna-jpms", version.ref = "jna" }
1314
jakarta-servlet-api = { module = "jakarta.servlet:jakarta.servlet-api", version.ref = "jakarta-servlet" }
1415
bcprov-jdk18on = { module = "org.bouncycastle:bcprov-jdk18on", version.ref = "bouncy-castle" }
1516
jspecify = { module = "org.jspecify:jspecify", version.ref = "jspecify" }
17+
canonical-link = { module = "org.firebirdsql.asciidoctor:canonical-link", version.ref = "fb-asciidoc-ext" }
18+
issue-macro = { module = "org.firebirdsql.asciidoctor:issue-macro", version.ref = "fb-asciidoc-ext" }
1619

1720
[plugins]
1821
asciidoctor-jvm-convert = { id = "org.asciidoctor.jvm.convert", version.ref = "asciidoctor-jvm" }

0 commit comments

Comments
 (0)