Releases: dragondive/run-plantuml-local
Releases · dragondive/run-plantuml-local
v1.0.2
Full Changelog: v1.0.1...v1.0.2
Enable action for Windows
This release includes the following changes:
- Makes the action OS-agnostic by enabling it to work on Windows OS as well.
- Implements some sanity tests to ensure that the cli-arguments and jvm-options are processed correctly.
- Improves the documentation with some examples.
Action to run plantuml using locally downloaded jar file
This action downloads the specified version of plantuml.jar from the official release, then runs it to generate the diagrams. It accepts CLI arguments as well as JVM options.
This is especially useful for usecases where the plantuml diagram description includes files or when the default JVM options need to be overridden.
Full Changelog: https://github.com/dragondive/run-plantuml-local/commits/v1.0.0