Skip to content

Commit 50be8b0

Browse files
AAmbujcastler
authored andcommitted
build(rules_score): bump PlantUML to 1.2026.2 and use Smetana layout for docs
1 parent ed9c2a2 commit 50be8b0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bazel/rules/rules_score/templates/conf.template.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@
148148
f"Could not find plantuml binary via runfiles lookup. Searched: {searched}."
149149
)
150150

151-
plantuml = str(plantuml_path)
151+
# Use PlantUML's built-in Smetana layout engine (Java port of Graphviz).
152+
# This avoids requiring an external dot binary in the Bazel sandbox.
153+
plantuml = f"{plantuml_path} -Playout=smetana"
152154
plantuml_output_format = "svg_obj"
153155

154156
# HTML theme

0 commit comments

Comments
 (0)