adrianvlupu / C4-Builder

This is a documentation builder. You feed it .md and .puml and it exports a site, pdf, or a markdown with navigation.
https://adrianvlupu.github.io/C4-Builder/
MIT License
563 stars 93 forks source link

Added PlantUML version 1.2020.17 #23

Closed RohanTalip closed 3 years ago

RohanTalip commented 3 years ago
RohanTalip commented 3 years ago

FYI, node-plantuml, which you use, has a script to download versions of PlantUML: https://github.com/markushedvall/node-plantuml/blob/e4ee91aab31d3dc19056ec993926df3b153a4839/scripts/get-plantuml-jar.js

Maybe use that instead of including binary .jar files in your git repository? You could save and compare hashes like SHA-512/224, SHA-512/256 or one of the SHA3 hashes if you're concerned about files being tampered.

adrianvlupu commented 3 years ago

Thanks for the suggestion. I think I tried using the script at some point but can't remember what failed. I expect to remove the jar files at some point, but for now people still have trouble with versioning over at https://github.com/plantuml-stdlib/C4-PlantUML.

Sorry for not maintaining this, I still use it frequently though.