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
562 stars 93 forks source link

Update plantuml jar to the latest version #54

Closed vellala2000 closed 2 years ago

vellala2000 commented 2 years ago

PUML json file to image conversion is failing in some cases with error message "your data doesn't sound like json data" probably due to old plantuml jar version. Where as its working okay using vscode plugin and on plantuml site.

vellala2000 commented 2 years ago

looks like #title is the culprit for failing in current available version of plantuml. however it would be nice to have latest version

MickeJohannesson commented 2 years ago

In my PR #56 I added plantuml-1.2022.1.jar Are you able to verify if that one solves your problem?

vellala2000 commented 2 years ago

yeah its working with latest version

adrianvlupu commented 2 years ago

Included 1.2022.3 in the latest update

vellala2000 commented 2 years ago

Awesome. Thank you @adrianvlupu !!