1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-28 20:53:30 +00:00
Generate diagrams from textual description
Go to file
soloturn e4a560a998 permit "mvn test" with java8.
activate javac --release only on higher java versions. it allows to compile
with java11+, but permits afterwards running tests with java8 to make sure
rendering errors can be catched.

parmit the syntax of the source to include java17, and tell the user about
it instead of just failing the compilation.
2022-02-10 10:23:15 +01:00
.github github workflow with various release again 2022-02-08 12:53:41 +01:00
docs Add artifact signing to CI workflow & publish signature files in snapshot releases. 2021-12-09 11:54:04 +11:00
gradle/wrapper add basic gradle files to allow conversion to gradle in future, #47 2022-01-06 03:13:46 +01:00
skin Version 1.2022.1 2022-02-01 21:21:45 +01:00
src simpler syntax, clazz.newInstance deprecated with java17 2022-02-04 15:21:27 +01:00
stdlib Import version 1.2021.13 2021-11-01 13:02:46 +01:00
svg Add missing SVG folder 2021-05-02 12:12:46 +02:00
test Version 1.2022.1 2022-02-01 21:21:45 +01:00
themes Fix styles issues for theme and patch hacker theme 2021-11-18 18:12:17 +01:00
tools Added script that batch converts SVG and/or PNG files to PlantUml sprites. It was used to generate the Material Sprites from https://github.com/plantuml/plantuml-stdlib/pull/1 2017-12-09 00:38:51 +01:00
.editorconfig editorconfig fix syntax for pom, yml, should not touch svg 2022-01-27 17:26:07 +01:00
.gitignore add basic gradle files to allow conversion to gradle in future, #47 2022-01-06 03:13:46 +01:00
build.gradle.kts allow "gradle build -PjavacRelease=17" to build java-17 binary 2022-02-08 11:12:24 +01:00
build.xml wip 2021-12-08 19:29:29 +01:00
COPYING Add GPLv3 License 2014-11-27 09:59:33 +01:00
gradle.properties allow "gradle build -PjavacRelease=17" to build java-17 binary 2022-02-08 11:12:24 +01:00
gradlew add basic gradle files to allow conversion to gradle in future, #47 2022-01-06 03:13:46 +01:00
gradlew.bat add basic gradle files to allow conversion to gradle in future, #47 2022-01-06 03:13:46 +01:00
license.txt Fixed some typos in the license text 2021-09-13 15:04:06 +05:30
manifest.txt Missing manifest file needed for PDF 2021-11-17 18:58:15 +01:00
pom.xml permit "mvn test" with java8. 2022-02-10 10:23:15 +01:00
README.md Update README.md 2022-01-25 10:35:42 +01:00
SECURITY.md Create SECURITY.md 2022-01-21 17:26:43 +01:00
settings.gradle.kts add basic gradle files to allow conversion to gradle in future, #47 2022-01-06 03:13:46 +01:00