Skip to content

Commit

Permalink
Fix path to component diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Nov 5, 2023
1 parent cbb70c3 commit a4efa56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion documentation/documentation.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ tasks {
include("**/images/**/*.png")
include("**/images/**/*.svg")
}
from(componentDiagram) {
into("user-guide/images")
}
}

// Temporary workaround for https://github.com/asciidoctor/asciidoctor-gradle-plugin/issues/599
Expand All @@ -256,7 +259,6 @@ tasks {
"experimentalApisTableFile" to experimentalApisTableFile.get(),
"deprecatedApisTableFile" to deprecatedApisTableFile.get(),
"standaloneConsoleLauncherShadowedArtifactsFile" to standaloneConsoleLauncherShadowedArtifactsFile.get(),
"componentDiagramFile" to componentDiagram.get(),
"outdir" to outputDir.absolutePath,
"source-highlighter" to "rouge",
"rouge-style" to "junit",
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/docs/asciidoc/user-guide/appendix.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ following _OpenTest4J_ JAR.
[[dependency-diagram]]
=== Dependency Diagram

image::{componentDiagramFile}[]
image::component-diagram.svg[]

0 comments on commit a4efa56

Please sign in to comment.