marcinpraczko / osl-devops-tools

Tools which help setup local development easier and faster
2 stars 0 forks source link

Add PlantUML extension #1

Open marcinpraczko opened 6 years ago

marcinpraczko commented 6 years ago

Would be very nice to add Plant UML extension. IMHO: Would be nice to build JAR file - becuase I can't find any SHA/checksum to know if binary file is valid (checksum).

# Steps to repeat in some docker:
apt-get install default-jre
apt-get update -y && apt-get install ant
wget https://github.com/plantuml/plantuml/archive/v1.2019.7.zip
unzip v1.2019.7.zip
cd ... ant

And didn't work :(

marcinpraczko commented 5 years ago

Got this working as PoC - need to implement this ASAP.