Skip to content

Commit

Permalink
Use latest version of asciidoctor-diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Oct 3, 2023
1 parent ec33aaa commit 2cbe863
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion documentation/documentation.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ dependencies {

asciidoctorj {
modules {
diagram.use()
diagram.apply {
version("2.2.14")
use()
}
pdf.version(libs.versions.asciidoctor.pdf)
}
requires(file("src/docs/asciidoc/resources/themes/rouge_junit.rb"))
Expand Down

0 comments on commit 2cbe863

Please sign in to comment.