1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-26 06:46:45 +00:00
Generate diagrams from textual description
Go to file
soloturn b27c1fc50d revert github workflows to use java8, java11, java17
github workflow should use the various java versions to test,
which permits to test especially 2d rendering differences.

the javac release flag is set to produce java8 binaries in
any case. not perfect, but we only loose a warning that
applets are to be removed after java17, trivial to display
by adding the javac release property, when using java17:

  mvn --batch-mode compile -Dmaven.compiler.release=17
  gradle clean build -x javaDoc -PjavacRelease=17

better would be to separate build and test, as suggested
by https://github.com/matthew16550, here:
https://github.com/plantuml/plantuml/pull/904
2022-02-11 08:13:03 +01:00
.github revert github workflows to use java8, java11, java17 2022-02-11 08:13:03 +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 Change default theme 2022-02-10 19:16:18 +01:00
src Change default theme 2022-02-10 19:16:18 +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 Change default theme 2022-02-10 19:16:18 +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 gradle, permit 'gradle test' with java8 2022-02-10 17:11:11 +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 gradle, permit 'gradle test' with java8 2022-02-10 17:11:11 +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 mvn, source and target java8, maven-compiler-plugin default still is java7. 2022-02-10 17:32:46 +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