Merge branch 'issue106' into develop

This commit is contained in:
Carlo Sciolla 2019-08-21 14:31:52 +02:00
commit 36e0abac58
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
1 changed files with 8 additions and 8 deletions

View File

@ -230,9 +230,9 @@
(strs (xml-get-children doc 'str))
(version (->> strs
(--filter (string-equal "v" (xml-get-attribute it 'name)))
(first)
(car)
(xml-node-children)
(first))))
(car))))
(message (concat "Downloading PlantUML v" version " into " plantuml-jar-path))
(url-copy-file (format "https://search.maven.org/remotecontent?filepath=net/sourceforge/plantuml/plantuml/%s/plantuml-%s.jar" version version) plantuml-jar-path t)
(kill-buffer)))