1
0
mirror of https://github.com/octoleo/plantuml.git synced 2025-02-08 06:58:27 +00:00
soloturn 856cef2478 javac --release to build for java8, with java11+
javac since java9 has a new flat --release to build a binary which can be run
with an older java. the public API of that older release must be followed as
well.

the flags used before, -source, -target do not do this. therefor it got
unnoticed that plantuml did not compile and run in java7 any more, despite
beeing compiled for for java7.

https://github.com/plantuml/plantuml/issues/898
2022-02-05 19:04:17 +01:00
2022-01-20 06:45:51 +01:00
2022-02-01 21:21:45 +01:00
2021-11-01 13:02:46 +01:00
2021-05-02 12:12:46 +02:00
2022-02-01 21:21:45 +01:00
wip
2021-12-08 19:29:29 +01:00
2014-11-27 09:59:33 +01:00
2022-01-25 10:35:42 +01:00
2022-01-21 17:26:43 +01:00
Description
Generate diagrams from textual description
Readme 55 MiB
Languages
Java 99.8%